antonblanchard / vlsiffra

Create fast and efficient standard cell based adders, multipliers and multiply-adders.
Apache License 2.0
107 stars 9 forks source link

Add more SKY130 cell libraries. #24

Closed mithro closed 1 year ago

mithro commented 1 year ago

Also increase the documentation about skywater process.

antonblanchard commented 1 year ago

Hi @mithro the CI picked up a couple of linting warnings:

./vlsiffra/tech/sky130.py:130:66: W291 trailing whitespace
./vlsiffra/tech/sky130.py:144:68: W291 trailing whitespace
./vlsiffra/tech/sky130.py:155:68: W291 trailing whitespace
./vlsiffra/tech/sky130.py:170:1: W391 blank line at end of file
./vlsiffra/tech/sky130hd.py:2:1: F401 '.sky130.SKY130HDProcess' imported but unused
mithro commented 1 year ago

This change needs #31 and #29 to be merged first.

mithro commented 1 year ago

Hi @mithro the CI picked up a couple of linting warnings:

./vlsiffra/tech/sky130.py:130:66: W291 trailing whitespace
./vlsiffra/tech/sky130.py:144:68: W291 trailing whitespace
./vlsiffra/tech/sky130.py:155:68: W291 trailing whitespace
./vlsiffra/tech/sky130.py:170:1: W391 blank line at end of file
./vlsiffra/tech/sky130hd.py:2:1: F401 '.sky130.SKY130HDProcess' imported but unused

These should be fixed now.

antonblanchard commented 1 year ago

Looks good!