the def file is generated in Openlane running in i...
# openroad
b
the def file is generated in Openlane running in interactive mode
run_floorplan
, I want to see what it looks like in openroad’s gui, Could anyone tell me how to achieve that?
a
you need to have tech lef loaded for layers and standard cell library lef loaded for cells
use "./flow.tcl -tag $tag -design $design_patg -interactive -gui" to load the design
more in the openlane's documentation
v
With latest openlane you can use
read_db <path to>/results/floorplan/name.odb
will work
b
sorry for the late reply, thanks a lot! by the way, I’m new of openroad. Would mind tell me can the gui be used to finish the flow of hardening a design? I can’t find any guide or documentation about that. I can use Openlane to finish the whole flow, but I would like to do some manual floorplan and placement
I don’t know how to create a button related to a tcl script in the gui . Where can I find the templet scripts?
t
b
OK thanks for your help!!