LICENSE
README.md
pyproject.toml
holoso/__init__.py
holoso/_api.py
holoso/_errors.py
holoso/_legal.py
holoso/_operators.py
holoso/_type.py
holoso/_util.py
holoso/_value.py
holoso/py.typed
holoso.egg-info/PKG-INFO
holoso.egg-info/SOURCES.txt
holoso.egg-info/dependency_links.txt
holoso.egg-info/requires.txt
holoso.egg-info/top_level.txt
holoso/_backend/__init__.py
holoso/_backend/cocotb.py
holoso/_backend/numerical.py
holoso/_backend/html/__init__.py
holoso/_backend/html/_html.py
holoso/_backend/html/_schedule.py
holoso/_backend/html/html.css
holoso/_backend/html/html.js
holoso/_backend/verilog/__init__.py
holoso/_backend/verilog/_emit.py
holoso/_backend/verilog/_microcode.py
holoso/_backend/verilog/_support.py
holoso/_backend/verilog/holoso_float.v
holoso/_backend/verilog/holoso_int.v
holoso/_backend/verilog/holoso_support_inline.vh
holoso/_eel/__init__.py
holoso/_eel/_ir.py
holoso/_eel/_lower.py
holoso/_eel/_names.py
holoso/_eel/_print.py
holoso/_eel/_desugar/__init__.py
holoso/_eel/_desugar/_classify.py
holoso/_eel/_desugar/_source.py
holoso/_eel/_desugar/_transform.py
holoso/_eel/_emit/__init__.py
holoso/_eel/_emit/_build.py
holoso/_eel/_lib/__init__.py
holoso/_eel/_lib/_conversions.py
holoso/_eel/_lib/_factories.py
holoso/_eel/_lib/_intrinsics.py
holoso/_eel/_lib/_linalg.py
holoso/_eel/_lib/_numpy.py
holoso/_eel/_lib/_registry.py
holoso/_eel/_pe/__init__.py
holoso/_eel/_pe/_aggregate.py
holoso/_eel/_pe/_express.py
holoso/_eel/_pe/_interpret.py
holoso/_eel/_pe/_mutate.py
holoso/_eel/_pe/_ops.py
holoso/_eel/_pe/_ownership.py
holoso/_eel/_pe/_reject.py
holoso/_eel/_pe/_residual.py
holoso/_eel/_pe/_snapshot.py
holoso/_eel/_pe/_state.py
holoso/_eel/_pe/_values.py
holoso/_hir/__init__.py
holoso/_hir/_const.py
holoso/_hir/_copy.py
holoso/_hir/_dce.py
holoso/_hir/_evaluate.py
holoso/_hir/_if_convert.py
holoso/_hir/_ir.py
holoso/_hir/_operators.py
holoso/_hir/_optimize.py
holoso/_hir/_refuse_nameless.py
holoso/_hir/_strength_reduce.py
holoso/_hir/_thread_merges.py
holoso/_hir/_types.py
holoso/_lir/__init__.py
holoso/_lir/_bankalloc.py
holoso/_lir/_build.py
holoso/_lir/_build_base.py
holoso/_lir/_coalesce.py
holoso/_lir/_construct.py
holoso/_lir/_ir.py
holoso/_lir/_layout.py
holoso/_lir/_liveness.py
holoso/_lir/_mir_facts.py
holoso/_lir/_portassign.py
holoso/_lir/_ports.py
holoso/_lir/_regalloc.py
holoso/_lir/_schedule.py
holoso/_mir/__init__.py
holoso/_mir/_interpret.py
holoso/_mir/_ir.py
holoso/_mir/_lower.py
tests/test_arithmetic_behavior.py
tests/test_assert_purity.py
tests/test_backend.py
tests/test_const_install.py
tests/test_cosim.py
tests/test_cosim_examples.py
tests/test_cosim_sign.py
tests/test_cycle_model.py
tests/test_determinism.py
tests/test_eel_aggregate.py
tests/test_eel_calls.py
tests/test_eel_desugar.py
tests/test_eel_int_corpus.py
tests/test_eel_layering.py
tests/test_eel_loops.py
tests/test_eel_oracle.py
tests/test_eel_ownership.py
tests/test_eel_pe_scalar.py
tests/test_eel_reject.py
tests/test_eel_state.py
tests/test_error_hierarchy.py
tests/test_example_reference.py
tests/test_extended_operators.py
tests/test_fuzz.py
tests/test_fuzz_regressions.py
tests/test_gate_edge.py
tests/test_hir_evaluate.py
tests/test_install_landing.py
tests/test_interpret.py
tests/test_language_features.py
tests/test_latency_freeze.py
tests/test_library_stubs.py
tests/test_matrix.py
tests/test_metrics.py
tests/test_mir_fusions.py
tests/test_overlap_behavior.py
tests/test_passes.py
tests/test_public_api_behavior.py
tests/test_refusal.py
tests/test_report.py
tests/test_schedule.py
tests/test_synth.py
tests/test_synth_examples.py
tests/test_timing_equivalence_behavior.py
tests/test_verify.py