Hi, How to rectify this error?
# openlane
b
Hi, How to rectify this error?
v
there will be an
issue_reproducible
under
prediction/runs/22_07_11_15_54/
share that file
is that macro harden or
user_project_wrapper
b
macro
issue_reproducible.zip
v
Update your
config.tcl
with
set ::env(CELL_PAD) 2
and try again
is there any other macros as part of this design to harden?
b
as of now, only one macro.
v
are you using relative floorplan or absolute?
b
absolute
v
can you share your
config.tcl
?
b
config.tcl
v
is your design have counter.clk net?
Copy code
set ::env(CLOCK_PORT) "wb_clk_i"
set ::env(CLOCK_NET) "counter.clk"
set ::env(CLOCK_PERIOD) "10"

#set ::env(FP_SIZING) absolute
#set ::env(DIE_AREA) "0 0 900 600"

set ::env(FP_PIN_ORDER_CFG) $script_dir/pin_order.cfg


set ::env(FP_CORE_UTIL) 30
set ::env(PL_BASIC_PLACEMENT) 0
set ::env(PL_TARGET_DENSITY) 0.40
set ::env(CELL_PAD) 2
Make above changes and try again
please include correct
CLOCK_NET
, else comment that line as well
we already discussed about that configuration change. But repeating same configuration and reporting issue
b
i have tried your suggestion.But that also failed.
then i have been trying with various values of target density
v
here the discussion will be missed. Better file issue here: https://github.com/The-OpenROAD-Project/OpenLane/issues by following issue template and attach
issue_producible
. I'll follow up there
b
ok. thanks