alu works on fpga
This commit is contained in:
parent
7fdf4e7739
commit
0ba56bc41e
75 changed files with 2771 additions and 2316 deletions
|
|
@ -31,6 +31,9 @@ set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
|
|||
set_global_assignment -name SYSTEMVERILOG_FILE "./the-bomb/st7920_serial_driver.sv"
|
||||
set_global_assignment -name SYSTEMVERILOG_FILE chip8.sv
|
||||
set_global_assignment -name SYSTEMVERILOG_FILE cpu.sv
|
||||
set_global_assignment -name SYSTEMVERILOG_FILE alu.sv
|
||||
set_global_assignment -name SYSTEMVERILOG_FILE aastructs.sv
|
||||
set_global_assignment -name SYSTEMVERILOG_FILE downclocker.sv
|
||||
set_global_assignment -name SDC_FILE chip8.sdc
|
||||
set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "23 MM HEAT SINK WITH 200 LFPM AIRFLOW"
|
||||
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
|
||||
|
|
@ -61,4 +64,4 @@ set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to lcd_data
|
|||
set_location_assignment PIN_W20 -to rst_in
|
||||
|
||||
|
||||
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|
||||
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue