cpu/crates/cpu/src
2025-12-16 23:10:07 -08:00
..
instruction WIP implementing unit_base 2025-02-19 23:54:41 -08:00
next_pc add missing copyright header and check-copyright.sh support for .mermaid 2025-12-15 03:00:37 -08:00
reg_alloc update for new fayalite 2025-12-10 20:31:04 -08:00
unit WIP: completed stages of next-pc logic, still need to combine them into a pipeline 2025-12-10 20:31:04 -08:00
util wrote out all of next_pc and tests/next_pc 2025-12-13 22:42:34 -08:00
config.rs wrote out all of next_pc and tests/next_pc 2025-12-13 22:42:34 -08:00
instruction.rs update for new fayalite 2025-12-10 20:31:04 -08:00
lib.rs WIP adding next_pc: added mock_fetch_decode_pipe 2025-12-10 20:31:04 -08:00
next_pc.rs add link to other NLnet task and note lack of optimization 2025-12-16 23:10:07 -08:00
reg_alloc.rs WIP: completed stages of next-pc logic, still need to combine them into a pipeline 2025-12-10 20:31:04 -08:00
register.rs unit_base is basically finished, implemented AddSub[I], didn't check any tests yet 2025-02-20 20:24:14 -08:00
unit.rs add Serialize/Deserialize impls for CpuConfig 2025-12-10 20:31:04 -08:00
util.rs WIP: add ArrayVec 2025-03-04 00:20:33 -08:00