[Cryptech-Commits] [core/platform/alpha] 01/06: Use default synthesis options.
git at cryptech.is
git at cryptech.is
Wed Jan 23 22:06:10 UTC 2019
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch js_keywrap
in repository core/platform/alpha.
commit 0415949a1e64f7e28cd2d319cb317c4da2b41b67
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