diff options
author | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2018-08-18 02:04:15 +0300 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-01-22 23:48:26 -0500 |
commit | e674efe39544ef0ecb028a8d9cc16306a254532a (patch) | |
tree | 9cb1764d7d2887a81378ac9b70d6d4f383757337 /build/xilinx.opt | |
parent | fe3d53cbd84a1a96ec93427a07f27321c4edaa6a (diff) |
Use default synthesis options.
Diffstat (limited to 'build/xilinx.opt')
-rw-r--r-- | build/xilinx.opt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/build/xilinx.opt b/build/xilinx.opt index 7fe9d8b..1ac8957 100644 --- a/build/xilinx.opt +++ b/build/xilinx.opt @@ -2,6 +2,7 @@ -ofmt NGC -opt_mode speed -opt_level 1 +-power NO -iuc NO -keep_hierarchy no -netlist_hierarchy as_optimized @@ -15,7 +16,7 @@ -case maintain -slice_utilization_ratio 100 -bram_utilization_ratio 100 -#-dsp_utilization_ratio 100 +-dsp_utilization_ratio 100 -safe_implementation No -fsm_extract YES -fsm_encoding Auto @@ -25,15 +26,19 @@ -rom_extract Yes -rom_style Auto -shreg_extract YES +-shreg_min_size 2 -auto_bram_packing NO -resource_sharing YES -async_to_sync NO -#-use_dsp48 auto +-use_dsp48 auto -iobuf YES --max_fanout 500 +-max_fanout 100000 +-bufg 32 -register_duplication YES -register_balancing No -optimize_primitives NO +-lc Auto +-reduce_control_sets Auto -use_clock_enable Auto -use_sync_set Auto -use_sync_reset Auto |