From 44e4cb4cc79b169c7dbbcbdaf9789cef2548a915 Mon Sep 17 00:00:00 2001 From: Nick McKinney Date: Thu, 29 Dec 2016 21:34:31 -0600 Subject: add containing SoC module, pull test program memory out of CPU --- nqcpu.qsf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nqcpu.qsf') diff --git a/nqcpu.qsf b/nqcpu.qsf index 0550532..7204a1d 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 nqcpu +set_global_assignment -name TOP_LEVEL_ENTITY soc 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" @@ -60,6 +60,7 @@ set_global_assignment -name VERILOG_FILE fetch_stage.v set_global_assignment -name VERILOG_FILE ctrl_decode.v set_global_assignment -name VERILOG_FILE ctrl_encode.v set_global_assignment -name VERILOG_FILE nqcpu.v +set_global_assignment -name VERILOG_FILE soc.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 -- cgit v1.2.3