Hi, Not sure if this has been asked here before. I...
# openlane
n
Hi, Not sure if this has been asked here before. I think the below highlighted line of the snap (line number 21 in rc3 branch) of
~/scripts/tcl_commands/floorplan.tcl
is calculating the die area rather than core area. Shouldn't it be
set <filename> [open $::env(verilog2def_report_file_tag).core_area.rpt]
instead?
a
Yup, thanks; just fixed it in develop 👍
👍 1