.gitignore
Cargo.toml
LICENSE
readme.md
setup.py
.github/install-dev.sh
.github/install-pypi.sh
.github/workflows/test.yaml
.vscode/settings.json
SampleSitePdks/readme.md
SampleSitePdks/setup.py
SampleSitePdks/sitepdks.py
examples/pi.py
examples/rdac.py
examples/ro.py
examples/serdes.py
hdl21/__init__.py
hdl21/bundle.py
hdl21/connect.py
hdl21/datatype.py
hdl21/generator.py
hdl21/generators.py
hdl21/instance.py
hdl21/instantiable.py
hdl21/module.py
hdl21/netlist.py
hdl21/params.py
hdl21/prefix.py
hdl21/primitives.py
hdl21/signal.py
hdl21/walker.py
hdl21.egg-info/PKG-INFO
hdl21.egg-info/SOURCES.txt
hdl21.egg-info/dependency_links.txt
hdl21.egg-info/requires.txt
hdl21.egg-info/top_level.txt
hdl21/elab/__init__.py
hdl21/elab/context.py
hdl21/elab/elab.py
hdl21/elab/elaboratable.py
hdl21/elab/elabpass.py
hdl21/elab/elaborators/__init__.py
hdl21/elab/elaborators/arrays.py
hdl21/elab/elaborators/base.py
hdl21/elab/elaborators/conntypes.py
hdl21/elab/elaborators/flatten_bundles.py
hdl21/elab/elaborators/generators.py
hdl21/elab/elaborators/orphanage.py
hdl21/elab/elaborators/portrefs.py
hdl21/elab/elaborators/slices.py
hdl21/pdk/__init__.py
hdl21/pdk/installation.py
hdl21/pdk/pdk.py
hdl21/pdk/sample_pdk/__init__.py
hdl21/pdk/sample_pdk/sample_pdk.py
hdl21/pdk/sample_pdk/test_sample_pdk.py
hdl21/proto/__init__.py
hdl21/proto/from_proto.py
hdl21/proto/to_proto.py
hdl21/sim/__init__.py
hdl21/sim/data.py
hdl21/sim/delay.py
hdl21/sim/to_proto.py
hdl21/sim/tests/test_sim.py
hdl21/tests/__init__.py
hdl21/tests/test_hdl21.py
hdl21/tests/test_prefix.py
pdks/readme.md
pdks/Asap7/readme.md
pdks/Asap7/setup.py
pdks/Asap7/asap7/__init__.py
pdks/Asap7/asap7/asap7.py
pdks/Asap7/asap7/test_asap7.py
pdks/Sky130/readme.md
pdks/Sky130/setup.py
pdks/Sky130/sky130/__init__.py
pdks/Sky130/sky130/sky130.py
pdks/Sky130/sky130/test_sky130.py
scratch/amp.py
scratch/diff.py
scratch/empty
scripts/build.sh