diff options
author | Nick McKinney <nick@kmonkey.net> | 2016-12-29 22:01:31 -0600 |
---|---|---|
committer | Nick McKinney <nick@kmonkey.net> | 2016-12-29 22:01:31 -0600 |
commit | 209c6cf89e36ae3fdafa31543e77e5dd0047ece7 (patch) | |
tree | 2e84f3d7ed515368a3b2516d4401f621dea4a31f /nqcpu.qsf | |
parent | d7b96b373114e87efca28445755110e99e85e9db (diff) |
extract test rom into its own module
Diffstat (limited to 'nqcpu.qsf')
-rw-r--r-- | nqcpu.qsf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |