Open stefanottili opened 1 year ago
@stefanottili do you want to make a PR with your suggestion?
I have no idea where ./objects/sky130hd/gcd/base/klayout.lyt is coming from. Is it "hand written" or generated by yet another script from some other source ?
Is 1:n mapping for def PIN needed for other technologies too or do they use separate layer:datatype ?
I'm assuming that isn't of any priority, because sky130's def2gds conversion is done by magic. Presumably specified with yet another tech file.
Nobody is taping out from ORFS directly to skywater afaik - skywater users are using OL.
Subject
[Flow] for any util, flow Makefile, or flow script issues.
Describe the bug
results/sky130hd/gcd/base/6_1_merged.gds only contains pin geometry, it's missing the net geometry for def PIN's
klayout can do 1:n mappings using the '+' notation, klayout.lyt needs to be updated.
Expected Behavior
Write both pin and net layer:datatype geometry for def PIN's.
klayout can do 1:n mapping using the '+' notation
adding '+ met3.pin: 70/20'; to ./objects/sky130hd/gcd/base/klayout.lyt generates both 70/16 pin and 70/20 net geometry for met3 pins. This should be done for all pin layers.
25layer_map(...;'met3.pin : 70/16'; '+ met3.pin : 70/20';
Alternatively one can use a lefdef.map file, the notation there would be met3 PIN 70 16 met3 PIN 70 20
Environment
To Reproduce
make DESIGN_CONFIG=./designs/sky130hd/gcd/config.mk
Relevant log output
No response
Screenshots
No response
Additional Context
No response