summaryrefslogtreecommitdiff
path: root/nqcpu.qsf
diff options
context:
space:
mode:
authorNick McKinney <nick@kmonkey.net>2016-12-08 22:41:56 -0600
committerNick McKinney <nick@kmonkey.net>2016-12-08 22:41:56 -0600
commit2ac4f3a09559a6866827404fc47be4dfe635e9d5 (patch)
tree891d498640e9da65b2df9a73534052960c70a244 /nqcpu.qsf
parentf57de1aeb28fbbf370a143222bb27bc8943d0d79 (diff)
create decoder stage
Diffstat (limited to 'nqcpu.qsf')
-rw-r--r--nqcpu.qsf3
1 files changed, 2 insertions, 1 deletions
diff --git a/nqcpu.qsf b/nqcpu.qsf
index 33d9bd8..db8dcc5 100644
--- a/nqcpu.qsf
+++ b/nqcpu.qsf
@@ -38,7 +38,7 @@
set_global_assignment -name FAMILY "Cyclone II"
set_global_assignment -name DEVICE EP2C20F484C7
-set_global_assignment -name TOP_LEVEL_ENTITY alu
+set_global_assignment -name TOP_LEVEL_ENTITY decoder_stage
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "13.0 SP1"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "22:25:59 NOVEMBER 17, 2016"
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
@@ -55,6 +55,7 @@ set_global_assignment -name VERILOG_FILE alu.v
set_global_assignment -name VERILOG_FILE shifter.v
set_global_assignment -name VERILOG_FILE shifter_tb.v
set_global_assignment -name VERILOG_FILE alu_tb.v
+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