[Cryptech-Commits] [core/platform/alpha] 02/03: Use default synthesis options.

git at cryptech.is git at cryptech.is
Fri Aug 17 23:17:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a commit to branch fmc_clk
in repository core/platform/alpha.

commit f13b5c416776498bdb7e8722016e14aaba442bfa
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Sat Aug 18 02:04:15 2018 +0300

    Use default synthesis options.
---
 build/xilinx.opt | 11 ++++++++---
 1 file 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



More information about the Commits mailing list