.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
ruff.toml
uv.lock
.github/workflows/pre-commit-hooks.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/pytest.yml
.github/workflows/release_please.yml
FABulous_bit_gen.egg-info/PKG-INFO
FABulous_bit_gen.egg-info/SOURCES.txt
FABulous_bit_gen.egg-info/dependency_links.txt
FABulous_bit_gen.egg-info/entry_points.txt
FABulous_bit_gen.egg-info/requires.txt
FABulous_bit_gen.egg-info/scm_file_list.json
FABulous_bit_gen.egg-info/scm_version.json
FABulous_bit_gen.egg-info/top_level.txt
fabulous_bit_gen/__init__.py
fabulous_bit_gen/bit_gen.py
fabulous_bit_gen/custom_exception.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_full_bitstream.py
tests/test_data/bitStreamSpec.bin
tests/test_data/bitStreamSpec.csv
tests/test_data/bouncy_spi_screen_complex_dff_fab/top.fasm
tests/test_data/bouncy_spi_screen_complex_dff_fab/top.json
tests/test_data/bouncy_spi_screen_complex_dff_fab/reference/top.bin
tests/test_data/bouncy_spi_screen_complex_dff_fab/reference/top.csv
tests/test_data/bouncy_spi_screen_complex_dff_fab/reference/top.hex
tests/test_data/bouncy_spi_screen_complex_dff_fab/reference/top.vh
tests/test_data/bouncy_spi_screen_complex_dff_fab/reference/top.vhd
tests/test_data/bouncy_spi_screen_standard_fab/top.fasm
tests/test_data/bouncy_spi_screen_standard_fab/top.json
tests/test_data/bouncy_spi_screen_standard_fab/reference/top.bin
tests/test_data/bouncy_spi_screen_standard_fab/reference/top.csv
tests/test_data/bouncy_spi_screen_standard_fab/reference/top.hex
tests/test_data/bouncy_spi_screen_standard_fab/reference/top.vh
tests/test_data/bouncy_spi_screen_standard_fab/reference/top.vhd
tests/test_data/sequential_16bit_en/top.fasm
tests/test_data/sequential_16bit_en/reference/top.bin
tests/test_data/sequential_16bit_en/reference/top.csv
tests/test_data/sequential_16bit_en/reference/top.vh
tests/test_data/sequential_16bit_en/reference/top.vhd
tests/unit/__init__.py
tests/unit/test_bit_gen_utility.py
tests/unit/test_cli.py
tests/unit/test_genBitstream.py