Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flow/scripts/synth_preamble.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ proc read_design_sources { } {
verific -vlog-define {*}$::env(VERILOG_DEFINES)
}
verific -sv2012 {*}$::env(VERILOG_FILES)
verific -import -no-split-complex-ports $::env(DESIGN_NAME)
} elseif { ![env_var_exists_and_non_empty SYNTH_HDL_FRONTEND] } {
verilog_defaults -push
if { [env_var_exists_and_non_empty VERILOG_DEFINES] } {
Expand Down