LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
cdc_auto_tool/__init__.py
cdc_auto_tool/bridge_library.py
cdc_auto_tool/cdc_auto_fixer.py
cdc_auto_tool/cdc_parser.py
cdc_auto_tool/cli.py
cdc_auto_tool/edge_case_detector.py
cdc_auto_tool/fifo_pointer_validator.py
cdc_auto_tool/find_crossing.py
cdc_auto_tool/hierarchy.py
cdc_auto_tool/injector.py
cdc_auto_tool/meta_emulator.py
cdc_auto_tool/preprocessor.py
cdc_auto_tool/project_analyzer.py
cdc_auto_tool/reporter.py
cdc_auto_tool/vhdl_parser.py
cdc_auto_tool/vivado_tcl.py
cdc_auto_tool.egg-info/PKG-INFO
cdc_auto_tool.egg-info/SOURCES.txt
cdc_auto_tool.egg-info/dependency_links.txt
cdc_auto_tool.egg-info/entry_points.txt
cdc_auto_tool.egg-info/requires.txt
cdc_auto_tool.egg-info/top_level.txt
examples/FIFO.vhd
examples/broken_cdc_example.v
examples/dual_clk_fifo.v
examples/test_gray_pointer.v
examples/test_unsafe_fifo.v
examples/testbench.v
tests/__init__.py
tests/test_cdc_tool.py
tests/test_phase_2c_2d.py