CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/conf.py
docs/make_model_descriptions.py
docs/make_references.py
plugins/CMakeLists.txt
plugins/hodgkin_huxley.cpp
plugins/neurofem.cpp
sanafe/__init__.py
sanafe/_examples.py
sanafe/data.py
sanafe/fugu.py
sanafe/lava.py
sanafe/layers.py
sanafe/tutorial.py
sanafe.egg-info/PKG-INFO
sanafe.egg-info/SOURCES.txt
sanafe.egg-info/dependency_links.txt
sanafe.egg-info/requires.txt
sanafe.egg-info/top_level.txt
sanafe/examples/__init__.py
sanafe/examples/dvs_challenge.npz
sanafe/examples/example_chip.yaml
sanafe/examples/example_snn.yaml
sanafe/examples/loihi.yaml
sanafe/examples/truenorth.yaml
sanafe/examples/tutorial_arch.yaml
sanafe/examples/tutorial_snn.yaml
sanafe/viz/__init__.py
sanafe/viz/performance.py
sanafe/viz/potential.py
sanafe/viz/raster.py
sanafe/viz/styles.py
scripts/compare_spiketrains.py
scripts/compress_spiketrain.py
scripts/create_tutorial.py
scripts/message_analysis.py
scripts/misc_dvs_conversion.py
scripts/net_to_yaml.py
scripts/plot_messages.py
scripts/plot_raster.py
scripts/queue_transient.py
scripts/test_api.py
scripts/test_pybind.py
scripts/capstone2023/capstone_gui_runtime.py
scripts/computer2026/combined.py
scripts/computer2026/crossbar.py
scripts/computer2026/indiveri.py
scripts/computer2026/synapse.py
scripts/icons2023/power_benchmark.py
scripts/ongoing/detail.py
scripts/ongoing/llm.py
scripts/ongoing/neurofem.py
scripts/ongoing/scaling.py
scripts/tcad2025/compare_nemo_perf.py
scripts/tcad2025/demo_truenorth.py
scripts/tcad2025/design_space_exploration.py
scripts/tcad2025/dvs_gesture.py
scripts/tcad2025/latin_squares.py
scripts/tcad2025/random_network.py
src/arch.cpp
src/arch.hpp
src/arg_parsing.cpp
src/arg_parsing.hpp
src/attribute.hpp
src/chip.cpp
src/chip.hpp
src/core.cpp
src/core.hpp
src/docstrings.hpp
src/fwd.hpp
src/main.cpp
src/mapped.cpp
src/mapped.hpp
src/message.cpp
src/message.hpp
src/models.cpp
src/models.hpp
src/netlist.cpp
src/netlist.hpp
src/network.cpp
src/network.hpp
src/pipeline.cpp
src/pipeline.hpp
src/plugins.cpp
src/plugins.hpp
src/print.cpp
src/print.hpp
src/pymodule.cpp
src/pytrace.cpp
src/pytrace.hpp
src/schedule.cpp
src/schedule.hpp
src/tile.cpp
src/tile.hpp
src/timestep.cpp
src/timestep.hpp
src/utils.cpp
src/utils.hpp
src/yaml_arch.cpp
src/yaml_arch.hpp
src/yaml_common.cpp
src/yaml_common.hpp
src/yaml_snn.cpp
src/yaml_snn.hpp
tests/python/test.py