Update README: reflect implemented MUL, DIV, SHL, SHR, comparators fa97c7c CharlesCNorton commited on Jan 20
Wire all 8 conditional jumps into CPU via imm8[2:0] encoding dda1489 CharlesCNorton commited on Jan 20
Add unified eval.py consolidating iron_eval and comprehensive_eval 1e96b5b CharlesCNorton commited on Jan 20
Add execution model to README, remove tensors.txt and todo.md 2bbc3fe CharlesCNorton commited on Jan 20
Revert "Unify eval files into single eval.py with 100% tensor coverage" 32eb1de CharlesCNorton commited on Jan 20
Unify eval files into single eval.py with 100% tensor coverage 49b5b71 CharlesCNorton commited on Jan 20
Upload routing/routing_schema.md with huggingface_hub 76a0242 verified phanerozoic commited on Jan 19
Upload routing/generate_routing.py with huggingface_hub c4185b7 verified phanerozoic commited on Jan 19
Roadmap: Threshold Logic Neural Turing Machine with 64KB memory + LLM integration 272cd6a verified phanerozoic commited on Jan 18
Update roadmap: self-contained tensor CPU architecture dc52122 verified phanerozoic commited on Jan 18
Add Instruction Decoder - 44 tensors, 16/16 tests pass 204acbf verified phanerozoic commited on Jan 18
Add Register File MUX - 84 tensors, 1036/1036 tests pass e5723bf verified phanerozoic commited on Jan 18
Add HALT circuit - 42 tensors, 24576/24576 tests pass 375792f verified phanerozoic commited on Jan 18
Add DIV circuit (8-bit division) - 1984 tensors, 65280/65280 tests pass 6a3f889 verified phanerozoic commited on Jan 18
Add ROR circuit (rotate right through carry) - 18 tensors, 512/512 tests pass 5952d34 verified phanerozoic commited on Jan 18
Add ROL circuit (rotate left through carry) - 18 tensors, 512/512 tests pass 2f5e377 verified phanerozoic commited on Jan 18
Add ASR circuit (arithmetic shift right) - 26 tensors, 256/256 tests pass c245acd verified phanerozoic commited on Jan 18
Add CMP circuit (compare with flags) - 168 tensors, 65536/65536 tests pass 8d2b743 verified phanerozoic commited on Jan 18
Add SBC circuit (subtract with borrow) - 160 tensors, 131072/131072 tests pass 2a0906d verified phanerozoic commited on Jan 18
Add ADC circuit (add with carry) - 144 tensors, 131072/131072 tests pass 701e4d2 verified phanerozoic commited on Jan 18