Skip to content

Commit 4a9b19f

Browse files
authored
Merge pull request #3319 from The-OpenROAD-Project-staging/synth-port-naming
synth: Adjust verific port naming to match slang
2 parents d46660a + a006cf4 commit 4a9b19f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/scripts/synth_preamble.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ proc read_design_sources { } {
5959
verific -vlog-define {*}$::env(VERILOG_DEFINES)
6060
}
6161
verific -sv2012 {*}$::env(VERILOG_FILES)
62+
verific -import -no-split-complex-ports $::env(DESIGN_NAME)
6263
} elseif { ![env_var_exists_and_non_empty SYNTH_HDL_FRONTEND] } {
6364
verilog_defaults -push
6465
if { [env_var_exists_and_non_empty VERILOG_DEFINES] } {

0 commit comments

Comments
 (0)