⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pin_setup.tcl

📁 LED周期闪烁
💻 TCL
字号:
#Pin_Setup.tcl
#Setup pin setting
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name ENABLE_INIT_DONE_OUTPUT ON
set_location_assignment PIN_28 -to CLK
set_location_assignment PIN_2 -to LED\[0\]
set_location_assignment PIN_4 -to LED\[1\]
set_location_assignment PIN_5 -to LED\[2\]
set_location_assignment PIN_6 -to LED\[3\]
set_location_assignment PIN_7 -to LED\[4\]
set_location_assignment PIN_8 -to LED\[5\]
set_location_assignment PIN_11 -to LED\[6\]
set_location_assignment PIN_12 -to LED\[7\]

⌨️ 快捷键说明

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