CLAUDE.md
LICENSE
MANIFEST.in
README.md
models.py
pyproject.toml
reproduce.py
requirements.txt
setup.py
examples/convert_resnet.py
examples/debug_cartpole_gap.py
examples/demo.py
examples/demo_a_multiseed.py
examples/demo_a_perception.py
examples/demo_a_snn_direct.py
examples/demo_b_control.py
examples/demo_b_conversion.py
examples/demo_b_conversion_v2.py
examples/demo_b_conversion_v3.py
examples/demo_b_conversion_v4.py
examples/demo_c_robotics_perception.py
examples/final_validation.py
examples/iftune_demo_a.py
examples/prep_nmnist.py
examples/qcfs_pipeline.py
examples/resnet_pipeline.py
examples/test_converter_5d.py
examples/train_qcfs_scratch.py
examples/train_sew_resnet.py
examples/validate.py
neurocuda/__init__.py
neurocuda/compiler.py
neurocuda/converter.py
neurocuda/finetune.py
neurocuda/ir.py
neurocuda/neurobench.py
neurocuda/qcfs.py
neurocuda/utils.py
neurocuda.egg-info/PKG-INFO
neurocuda.egg-info/SOURCES.txt
neurocuda.egg-info/dependency_links.txt
neurocuda.egg-info/requires.txt
neurocuda.egg-info/top_level.txt
neurocuda/backends/__init__.py
neurocuda/backends/cpu.py
neurocuda/backends/gpu.py
neurocuda/backends/loihi.py
neurocuda/export/__init__.py
neurocuda/export/fpga_pipeline.py
neurocuda/export/nir_exporter.py
neurocuda/export/verilog_export.py
results/fpga_validation.json
results/gate3_results.md
results/ground_truth.md
tests/conftest.py
tests/test_compiler.py
tests/test_converter.py
tests/test_device.py
tests/test_lava_equivalence.py
tests/test_loihi_bitaccurate.py
tests/test_models.py
tests/test_nir.py
tests/test_utils.py