dan-fritchman / Hdl21

Hardware Description Library
BSD 3-Clause "New" or "Revised" License
60 stars 13 forks source link

Sky130 PDK data export script #167

Closed growly closed 11 months ago

growly commented 11 months ago

(diffbase should be origin/meeting_08142023)

codecov[bot] commented 11 months ago

Codecov Report

Merging #167 (fb9ec64) into main (5df1efb) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #167   +/-   ##
=======================================
  Coverage   87.19%   87.20%           
=======================================
  Files         109      109           
  Lines        9568     9575    +7     
=======================================
+ Hits         8343     8350    +7     
  Misses       1225     1225           
Files Changed Coverage Δ
hdl21/proto/importing.py 84.39% <ø> (ø)
hdl21/netlist.py 100.00% <100.00%> (ø)
hdl21/proto/__init__.py 100.00% <100.00%> (ø)
hdl21/proto/exporting.py 87.27% <100.00%> (ø)
hdl21/sim/to_proto.py 75.91% <100.00%> (ø)
hdl21/tests/test_exports.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dan-fritchman commented 11 months ago

Looks great. One thing I'll roll in after the fact - I would like this script and the parse_digital_cells one to both move into pdks/Sky130/scripts. I'll do that after merging, along with some of the other file-name changes we discussed.