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

📄 setup.tcl

📁 FPGA驱动LCD12864显示
💻 TCL
字号:
#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  


#LCD12864
set_location_assignment PIN_162 -to lcd12864_e
set_location_assignment PIN_180 -to FLASH_DQ\[0\]
set_location_assignment PIN_179 -to FLASH_DQ\[1\]
set_location_assignment PIN_176 -to FLASH_DQ\[2\]
set_location_assignment PIN_175 -to FLASH_DQ\[3\]
set_location_assignment PIN_173 -to FLASH_DQ\[4\]
set_location_assignment PIN_171 -to FLASH_DQ\[5\]
set_location_assignment PIN_170 -to FLASH_DQ\[6\]
set_location_assignment PIN_169 -to FLASH_DQ\[7\]

set_location_assignment PIN_181 -to FLASH_ADDR0
set_location_assignment PIN_193 -to FLASH_ADDR1

set_location_assignment PIN_160 -to lcd12864_cs\[0\]
set_location_assignment PIN_161 -to lcd12864_cs\[1\]

set_location_assignment PIN_150 -to rtl8019_cs
set_location_assignment PIN_201 -to FLASH_CE

⌨️ 快捷键说明

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