Hi, I'm preparing my MPW-2 project to work with th...
# openlane
i
Hi, I'm preparing my MPW-2 project to work with the toolset for MPW-6 and I have this error
Error: opendp.tcl, 37 expected boolean value but got ""
I'm using the OpenLane version 2021.11.23_01.42.34, that is provided in the MPW6b tag of the user project example, doing a make test everything works correctly. I don't know if is for a previous error but I can not locate any other issues. Anyone have had this error?
v
MPW-6b tag is 2022.02.23_02.50.41 https://github.com/efabless/caravel_user_project/blob/main/Makefile Update your tag re-run the flow and open a github issue against openlane if same issue repeats
i
Hi, thanks, that solve that issue. Now I'm having another issue regarding the detail placement. But I don't know if is related with some other parameter related with the antenna seems to be.
v
Set the following variable in
config.tcl
and try:
set ::env(CELL_PAD) 2
If error repeats file github issue here: https://github.com/The-OpenROAD-Project/OpenLane/issues with issue_reproducible attachement
i
ok, didn't fix it. I will submit a issue. Thanks for the help
v
Responded in github