📄 setup.tcl.bak
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -