.flake8
.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/lint.yml
.github/workflows/regression.yml
.github/workflows/wheels.yml
docs/Makefile
docs/make.bat
docs/source/bitstream_format.rst
docs/source/conf.py
docs/source/design_preparation.rst
docs/source/execution.rst
docs/source/external_links.rst
docs/source/index.rst
docs/source/pin_constraints.rst
docs/source/prerequisites.rst
docs/source/sc_preparation.rst
docs/source/timing_constraints.rst
docs/source/tool_installations.rst
examples/__init__.py
examples/adder/adder.pcf
examples/adder/adder.py
examples/adder/adder.v
examples/adder/pin_constraints.py
examples/eth_mac_1g/eth_mac_1g.py
examples/eth_mac_1g/eth_mac_1g.sdc
examples/eth_mac_1g/eth_mac_1g_wrapper.v
examples/eth_mac_1g/constraints/z1000/pin_constraints.pcf
examples/picorv32/picorv32.py
examples/picorv32/picorv32.sdc
examples/picorv32/constraints/z1062/picorv32.pcf
images/logik-plus-open-sta-flow.png
images/logik_flow.png
images/logik_flow.svg
images/logik_logo.jpg
images/logik_logo_with_text.png
logik/__init__.py
logik.egg-info/PKG-INFO
logik.egg-info/SOURCES.txt
logik.egg-info/dependency_links.txt
logik.egg-info/requires.txt
logik.egg-info/top_level.txt
logik/devices/__init__.py
logik/devices/logik_fpga.py
logik/flows/__init__.py
logik/flows/logik_flow.py
logik/tools/__init__.py
logik/tools/fasm_to_bitstream/__init__.py
logik/tools/fasm_to_bitstream/bitstream_bin_convert.py
logik/tools/fasm_to_bitstream/bitstream_finish.py
logik/tools/fasm_to_bitstream/fasm_to_bitstream.py
tests/conftest.py
tests/data/z1000.py
tests/examples/test_adder.py
tests/examples/test_eth_mac_1g.py
tests/examples/test_files.py
tests/examples/test_picorv32.py