diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-10-02 18:15:50 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-10-02 18:15:50 -0700 |
commit | 63aed87d116e843be2e17aa0e4a199f99f23d24c (patch) | |
tree | 8adbd4daadf7bbdc6ff66573ab74c0c0f3944352 | |
parent | d8ca5a474532f44d9a76568ee6edc4070e062fe4 (diff) | |
download | abc80-63aed87d116e843be2e17aa0e4a199f99f23d24c.tar.gz abc80-63aed87d116e843be2e17aa0e4a199f99f23d24c.tar.xz abc80-63aed87d116e843be2e17aa0e4a199f99f23d24c.zip |
Allow parallel synthesis
-rw-r--r-- | abc80.qsf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -582,4 +582,6 @@ set_global_assignment -name USE_TIMEQUEST_TIMING_ANALYZER ON set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "NO HEAT SINK WITH STILL AIR"
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
set_global_assignment -name SDC_FILE abc80.sdc
+set_global_assignment -name SYNTH_TIMING_DRIVEN_SYNTHESIS ON
+set_global_assignment -name PARALLEL_SYNTHESIS ON
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file |