When I go to build one of my test designs I get th...
# openlane
s
When I go to build one of my test designs I get this error, anyone know possible causes?
a
Sounds like you're dealing with a small design. If that's the case, check this: https://github.com/efabless/openlane/wiki#how-to-add-a-small-design
👍 1
s
That makes sense, thanks
p
Did your placement run successfully? I was getting the same error when I tried to gen_pdn without correct placement.
s
yea I got it to work
took a bit to find values that worked though
set ::env(FP_PDN_VOFFSET) 6
set ::env(FP_PDN_VPITCH) 30
set ::env(FP_PDN_HOFFSET) 6
set ::env(FP_PDN_HPITCH) 30
is what worked for me