Add hex drivers

This commit is contained in:
Byron Lathi
2022-03-11 18:25:55 -06:00
parent bf28201832
commit cdf3da9b13
9 changed files with 469 additions and 25 deletions

5
hw/fpga/cpu_clk.qip Normal file
View File

@@ -0,0 +1,5 @@
set_global_assignment -name IP_TOOL_NAME "ALTPLL"
set_global_assignment -name IP_TOOL_VERSION "18.1"
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{MAX 10}"
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "cpu_clk.v"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "cpu_clk.ppf"]