GitHub
09/18/2021, 4:19 AMset ::env(DESIGN_IS_CORE) "1"
set ::env(DIE_AREA) "0 0 7000 7000"
set ::env(CORE_AREA) "50 50 6950 6950"However, the resulting .def file in floorplan keep giving me this: DIEAREA ( 0 0 ) ( 655195 665915 ) ; When I open the design/mydesign/runs/18-09_01-38/config.tcl, I find that there are two sets of AREA. One set is at the top of this config.tcl, which is exactly what I write in my config.tcl, also shown above. The other set is around 300 lines lower, which give me this:
set ::env(CORE_AREA) "5.52 10.88 649.52 652.8
set ::env(DIE_AREA) "0.0 0.0 655.195 665.915And I have the error in the figure, which I guess is because my area is too small. Is there anyway to specify my own die area and core area? The-OpenROAD-Project/OpenLane