ise编程顺序.txt
来自「FPGA向CY7C68013接收发送数据的代码,可以用LED显示」· 文本 代码 · 共 18 行
TXT
18 行
1.File->New Project... 注意工程所在的各级目录名应为英文且无空格 Top-Level Module Type: HDL, then select the device&design flow
2.Project->New Source, VHDL module, File Name:Top, write the source file
3.Save then Synthesize-XST
4.添加约束文件 Project->New SOurce, Implementation Constraints FIle, File Name: ucf, connect it to top.vhdl
5.User COnstraints->Edit Constraints(Text)
NET "clk" LOC = "p80";
6.Save all files
7.Generate Programming File
8.Configure Device(iMPACT)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?