hammer icon indicating copy to clipboard operation
hammer copied to clipboard

stackup.py math error for LEF58_SPACINGTABLE

Open ssteffl opened this issue 6 years ago • 2 comments

it uses >= instead of >. this will cause min-pitch wires to never be possible. min-width wires should match the "width_at_least": 0.0.

src/hammer-tech/stackup.py line 176 is an example.

I started to fix it, but realized this was an issue in more places than i had realized, so i aborted.

refer to page 479 of lefdef 5.8 spec

ssteffl avatar Sep 27 '19 04:09 ssteffl

@jwright6323

edwardcwang avatar Sep 27 '19 12:09 edwardcwang

Yeah, we talked about this in the meeting on Thursday. I recall deliberately using >=, so I don't think it's a bug but will look into it.

jwright6323 avatar Sep 30 '19 17:09 jwright6323