Skip to content

Commit 3046d7d

Browse files
povikeder-matheus
authored andcommitted
synth: Adjust blackbox loading
Load whiteboxes with functional and timing description of cells where available. Signed-off-by: Martin Povišer <[email protected]>
1 parent bc82ba4 commit 3046d7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/scripts/synth_preamble.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ foreach file $::env(VERILOG_FILES) {
3838

3939
# Read standard cells and macros as blackbox inputs
4040
# These libs have their dont_use properties set accordingly
41-
read_liberty -lib {*}$::env(DONT_USE_LIBS)
41+
read_liberty -overwrite -lib {*}$::env(DONT_USE_LIBS)
42+
read_liberty -overwrite -unit_delay -wb -ignore_miss_func -ignore_buses {*}$::env(DONT_USE_LIBS)
4243

4344
# Apply toplevel parameters (if exist)
4445
if {[env_var_exists_and_non_empty VERILOG_TOP_PARAMS]} {

0 commit comments

Comments
 (0)