Skip to content
Open
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
3 changes: 3 additions & 0 deletions scripts/synth.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ if { [info exists ::env(SYNTH_EXPLORE)] && $::env(SYNTH_EXPLORE) } {
write_verilog -noattr -noexpr -nohex -nodec -defparam "$::env(SAVE_NETLIST)"
}

# dump a post techmap dot file
show -format dot -prefix $::env(TMP_DIR)/synthesis/post_techmap $vtop

if { $::env(SYNTH_NO_FLAT) } {
design -reset
read_liberty -lib -ignore_miss_dir -setattr blackbox $::env(LIB_SYNTH_COMPLETE_NO_PG)
Expand Down