summaryrefslogtreecommitdiff
path: root/nqcpu.qsf
diff options
context:
space:
mode:
authorNick McKinney <nick@kmonkey.net>2016-12-29 22:01:31 -0600
committerNick McKinney <nick@kmonkey.net>2016-12-29 22:01:31 -0600
commit209c6cf89e36ae3fdafa31543e77e5dd0047ece7 (patch)
tree2e84f3d7ed515368a3b2516d4401f621dea4a31f /nqcpu.qsf
parentd7b96b373114e87efca28445755110e99e85e9db (diff)
extract test rom into its own module
Diffstat (limited to 'nqcpu.qsf')
-rw-r--r--nqcpu.qsf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nqcpu.qsf b/nqcpu.qsf
index 59c802e..e5ab9d5 100644
--- a/nqcpu.qsf
+++ b/nqcpu.qsf
@@ -69,4 +69,5 @@ set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
set_global_assignment -name OPTIMIZE_HOLD_TIMING "IO PATHS AND MINIMUM TPD PATHS"
set_global_assignment -name OPTIMIZE_MULTI_CORNER_TIMING ON
set_global_assignment -name FITTER_EFFORT "STANDARD FIT"
+set_global_assignment -name VERILOG_FILE testROM.v
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file