diff options
author | Nick McKinney <nick@kmonkey.net> | 2016-12-18 16:22:03 -0600 |
---|---|---|
committer | Nick McKinney <nick@kmonkey.net> | 2016-12-18 16:22:03 -0600 |
commit | d4cad6096651774485723551336bce1d08402b6e (patch) | |
tree | fa73f236427089fdc0b0fca88dfc25eea519b589 /nqcpu.qsf | |
parent | 9a8d8892361dcd16ad3801ce29e25516c8cd1019 (diff) |
add simple control unit
Diffstat (limited to 'nqcpu.qsf')
-rw-r--r-- | nqcpu.qsf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,4 +64,5 @@ set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top set_global_assignment -name VERILOG_FILE alu_stage.v +set_global_assignment -name VERILOG_FILE control_unit.v set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file |