原创 KeypadScan User Constraints file

2009-2-17 12:26 2852 4 4 分类: FPGA/CPLD
################################################################
## KeypadScan User Constraints file (UCF)   
##        
## The following constraints are intended to be used with the  
## design KeypadScan.      
##        
## mike gulotta, 3/3/05       
################################################################
##
##
################################################################
## Set clock frequency.
################################################################
NET "clk" TNM_NET = "clk";
TIMESPEC "TS_clk" = PERIOD "clk" 1 MHz HIGH 50 %;
##
##
##
################################################################
## Map the net "clk" to a global clock resource.
################################################################
##
##
################################################################
## Add an internal pullup resistor to column inputs.
################################################################
NET "column<0>" PULLUP;
NET "column<1>" PULLUP;
NET "column<2>" PULLUP;
NET "column<3>" PULLUP;
NET "column<4>" PULLUP;
NET "column<5>" PULLUP;
NET "column<6>" PULLUP;
NET "column<7>" PULLUP;
##
##
################################################################
## Initialize bit 7 of the shift register to a logic 0 and all
## other bits to logice 1s.
################################################################
INST "shiftreg_0/Q" INIT="S";
INST "shiftreg_1/Q" INIT="S";
INST "shiftreg_2/Q" INIT="S";
INST "shiftreg_3/Q" INIT="S";
INST "shiftreg_4/Q" INIT="S";
INST "shiftreg_5/Q" INIT="S";
INST "shiftreg_6/Q" INIT=S;
INST "shiftreg_7/Q" INIT=R;

文章评论0条评论)

登录后参与讨论
我要评论
0
4
关闭 站长推荐上一条 /2 下一条