diff options
author | Nick McKinney <nick@kmonkey.net> | 2016-12-08 22:42:17 -0600 |
---|---|---|
committer | Nick McKinney <nick@kmonkey.net> | 2016-12-08 22:42:17 -0600 |
commit | 603bee2b743f1a72222fd8586fa809555f08ea77 (patch) | |
tree | 0e95dff52ff2ee4e5d80d4dc4fd6de0f237e674c /nqcpu.qsf | |
parent | 2ac4f3a09559a6866827404fc47be4dfe635e9d5 (diff) |
create super simple fetch stage
Diffstat (limited to 'nqcpu.qsf')
-rw-r--r-- | nqcpu.qsf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,4 +59,5 @@ set_global_assignment -name VERILOG_FILE decoder_stage.v 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 fetch_stage.v set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file |