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.
2 parents d46660a + a006cf4 commit 4a9b19fCopy full SHA for 4a9b19f
flow/scripts/synth_preamble.tcl
@@ -59,6 +59,7 @@ proc read_design_sources { } {
59
verific -vlog-define {*}$::env(VERILOG_DEFINES)
60
}
61
verific -sv2012 {*}$::env(VERILOG_FILES)
62
+ verific -import -no-split-complex-ports $::env(DESIGN_NAME)
63
} elseif { ![env_var_exists_and_non_empty SYNTH_HDL_FRONTEND] } {
64
verilog_defaults -push
65
if { [env_var_exists_and_non_empty VERILOG_DEFINES] } {
0 commit comments