how can i confirm that in my `config.tcl`, ```set ...
# openlane
a
how can i confirm that in my
config.tcl
,
Copy code
set ::env(FP_SIZING) absolute
set ::env(DIE_AREA) "0 0 2000 2000"
are working?
i don't see these values reflected anywhere obvious
i do see lots of mentions of values that don't make sense, e.g.
Copy code
[INFO] DieAreaLxLy = (0, 0)
[INFO] DieAreaUxUy = (1071700, 1082420)
[INFO] CoreAreaLxLy = (5520, 10880)
[INFO] CoreAreaUxUy = (1065820, 1068960)
oh woah this works on
rc3
but not
develop