tangled
alpha
login
or
join now
nonbinary.computer
/
or1-design
0
fork
atom
OR-1 dataflow CPU sketch
0
fork
atom
overview
issues
pulls
pipelines
or1-design
/
tests
/
at
pe-frame-redesign
55 files
Orual
emulator initial impl
3w ago
6a87d022
__init__.py
emulator initial impl
3 weeks ago
conftest.py
refactor: remove DyadToken.wide field — unused token-level flag, wide semantics live in Instruction.wide
1 week ago
helpers.py
feat: implement OR1 assembler (parse → lower → resolve → place → allocate → codegen)
3 weeks ago
pipeline.py
feat: implement OR1 assembler (parse → lower → resolve → place → allocate → codegen)
3 weeks ago
test_allocate.py
feat: resolve destinations as FrameDest objects with token kind
1 week ago
test_allocate_frames.py
test: add 7 coverage gap tests for frame-based redesign
1 week ago
test_alu.py
refactor: rename shift ops (SHL/SHR/ASR), FREE_CTX→FREE_FRAME, add EXTRACT_TAG and ALLOC_REMOTE
1 week ago
test_autoplacement.py
refactor: update assembler tests for ctx→act_id and frame_count renames
1 week ago
test_backend.py
test: add 7 coverage gap tests for frame-based redesign
1 week ago
test_builtins.py
fix: function call routing — input trampolines use INHERIT, assign act_ids to function body nodes
1 week ago
test_call_wiring.py
fix: function call routing — input trampolines use INHERIT, assign act_ids to function body nodes
1 week ago
test_codegen.py
refactor: update codegen tests for frame-based output
1 week ago
test_codegen_frames.py
fix: address adversarial re-review feedback
1 week ago
test_cycle_timing.py
fix: Create placeholders for test_cycle_timing.py and test_network_events.py
1 week ago
test_dfgraph_categories.py
feat: update monitor and dfgraph for frame-based PE, FREE_FRAME, act_id, and frame events
1 week ago
test_dfgraph_json.py
feat: update monitor and dfgraph for frame-based PE, FREE_FRAME, act_id, and frame events
1 week ago
test_dfgraph_pipeline.py
feat: add progressive pipeline runner for dfgraph
3 weeks ago
test_dfgraph_server.py
fix: remove swallowed AssertionError in debounce test and unused pytest import
3 weeks ago
test_e2e.py
fix: address code review feedback on frame-based architecture
1 week ago
test_encoding.py
refactor: remove DyadToken.wide field — unused token-level flag, wide semantics live in Instruction.wide
1 week ago
test_exec_bootstrap.py
fix: Update test files and PE for frame-based model
1 week ago
test_expand.py
feat(asm): implement macro system, function calls, and ${param} substitution
2 weeks ago
test_foundation_types.py
fix: update E2E test helpers and fix fref allocation in allocate.py
1 week ago
test_integration.py
fix: update E2E test helpers and fix fref allocation in allocate.py
1 week ago
test_ir_frame_types.py
feat: update IR types for frame model (act_id, frame_count, FrameLayout)
1 week ago
test_lower.py
fix: address Phase 4 code review feedback on test renames and warning message
1 week ago
test_macro_ir.py
feat(asm): implement macro system, function calls, and ${param} substitution
2 weeks ago
test_macro_ret_wiring.py
fix(asm): add regression test for @ret cascade prevention, fix error collection
2 weeks ago
test_macro_syntax.py
fixed a bunch of macro nonsense
2 weeks ago
test_migration_cleanup.py
test: add 7 coverage gap tests for frame-based redesign
1 week ago
test_monitor_graph_json.py
test: add test for tag_store JSON serialisation with non-empty entries
1 week ago
test_monitor_server.py
monitor and control interface for emulator
2 weeks ago
test_network.py
fix: Clean test_network.py to remove old API tests
1 week ago
test_network_events.py
fix: Create placeholders for test_cycle_timing.py and test_network_events.py
1 week ago
test_network_routing.py
feat: update tag_store to tuple API (act_id → frame_id, lane)
1 week ago
test_opcode_params.py
feat(asm): add opcode parameter support for macros
2 weeks ago
test_opcodes.py
refactor: update assembler tests for ctx→act_id and frame_count renames
1 week ago
test_parser.py
fix: address Phase 4 code review feedback on test renames and warning message
1 week ago
test_pe.py
feat: separate match_data from frames, add lane dimension to presence/port_store
1 week ago
test_pe_events.py
feat: update tag_store to tuple API (act_id → frame_id, lane)
1 week ago
test_pe_frames.py
fix: address adversarial re-review feedback
1 week ago
test_pe_lanes.py
fix: address code review feedback on frame-based architecture
1 week ago
test_place.py
refactor: update assembler tests for ctx→act_id and frame_count renames
1 week ago
test_qualified_ref_params.py
fix: address Phase 4 code review feedback on test renames and warning message
1 week ago
test_repl.py
fix: address adversarial re-review feedback
1 week ago
test_resolve.py
feat: implement OR1 assembler (parse → lower → resolve → place → allocate → codegen)
3 weeks ago
test_seed_const.py
fix: all remaining test failures — constant deduplication, mode computation, frame initialization, network routing
1 week ago
test_serialize.py
feat(asm): implement macro system, function calls, and ${param} substitution
2 weeks ago
test_sm.py
chore: remove all remaining stale references to legacy types
1 week ago
test_sm_events.py
chore: remove all remaining stale references to legacy types
1 week ago
test_sm_graph_nodes.py
fix: Update test files and PE for frame-based model
1 week ago
test_sm_t0_raw.py
fix: address Phase 3 code review issues
1 week ago
test_sm_tiers.py
fix: all remaining test failures — constant deduplication, mode computation, frame initialization, network routing
1 week ago
test_snapshot.py
docs: update CLAUDE.md and test comments for tag_store tuple API and lane_count field
1 week ago
test_variadic.py
fix: function call routing — input trampolines use INHERIT, assign act_ids to function body nodes
1 week ago