add fpga firmware template

This commit is contained in:
UzixLS
2020-09-02 18:32:36 +03:00
parent 606502b96d
commit 3c16d35500
9 changed files with 1264 additions and 0 deletions

5
fpga/pll1.qip Normal file
View File

@ -0,0 +1,5 @@
set_global_assignment -name IP_TOOL_NAME "ALTPLL"
set_global_assignment -name IP_TOOL_VERSION "9.0"
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "pll1.v"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll1_bb.v"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll1.ppf"]