setup.tcl.bak

来自「Verilog 经典实例」· BAK 代码 · 共 18 行

BAK
18
字号
#Setup.tcl 
# Setup pin setting for EP2C5_EP2C8 main board 
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" 
set_global_assignment -name ENABLE_INIT_DONE_OUTPUT OFF 
set_location_assignment PIN_23 -to clk                                
set_location_assignment PIN_56 -to reset     

#DAC_TLC5620
set_location_assignment PIN_104 -to tlc5620_clk
set_location_assignment PIN_103 -to tlc5620_data
set_location_assignment PIN_101 -to tlc5620_ldac
set_location_assignment PIN_102 -to tlc5620_load

#key
set_location_assignment PIN_97 -to key\[0\] 
set_location_assignment PIN_99 -to key\[1\] 
set_location_assignment PIN_95 -to key\[2\] 
set_location_assignment PIN_96 -to key\[3\]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?