We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc82ba4 commit 3046d7dCopy full SHA for 3046d7d
flow/scripts/synth_preamble.tcl
@@ -38,7 +38,8 @@ foreach file $::env(VERILOG_FILES) {
38
39
# Read standard cells and macros as blackbox inputs
40
# These libs have their dont_use properties set accordingly
41
-read_liberty -lib {*}$::env(DONT_USE_LIBS)
+read_liberty -overwrite -lib {*}$::env(DONT_USE_LIBS)
42
+read_liberty -overwrite -unit_delay -wb -ignore_miss_func -ignore_buses {*}$::env(DONT_USE_LIBS)
43
44
# Apply toplevel parameters (if exist)
45
if {[env_var_exists_and_non_empty VERILOG_TOP_PARAMS]} {
0 commit comments