README.md
pyproject.toml
src/seqlogic/__init__.py
src/seqlogic/bits.py
src/seqlogic/design.py
src/seqlogic/hier.py
src/seqlogic/lbconst.py
src/seqlogic/sim.py
src/seqlogic/util.py
src/seqlogic.egg-info/PKG-INFO
src/seqlogic.egg-info/SOURCES.txt
src/seqlogic.egg-info/dependency_links.txt
src/seqlogic.egg-info/top_level.txt
src/seqlogic/algorithms/__init__.py
src/seqlogic/algorithms/aes.py
src/seqlogic/algorithms/gray.py
tests/test_aes.py
tests/test_bits.py
tests/test_enum.py
tests/test_fsm.py
tests/test_gray.py
tests/test_hier.py
tests/test_lfsr.py
tests/test_riscv.py
tests/test_sim.py
tests/test_struct.py
tests/test_union.py
tests/test_vec.py