Commit graph

20 commits

Author SHA1 Message Date
4ff75313e7
add helper functions for creating instructions
All checks were successful
/ deps (push) Successful in 15s
/ test (push) Successful in 26m13s
2025-02-23 20:51:44 -08:00
5b15f4a6b4
runs instructions that read other instructions' outputs
All checks were successful
/ deps (push) Successful in 16s
/ test (push) Successful in 25m49s
2025-02-23 19:51:45 -08:00
3bd5c77a3f
unit_base is basically finished, implemented AddSub[I], didn't check any tests yet
All checks were successful
/ deps (push) Successful in 54s
/ test (push) Successful in 26m41s
2025-02-20 20:24:14 -08:00
3f6e5cc600
WIP implementing unit_base
All checks were successful
/ deps (push) Successful in 17s
/ test (push) Successful in 25m51s
2025-02-19 23:54:41 -08:00
2b7e7e4946
WIP adding unit input/output values and insn tracking
All checks were successful
/ deps (push) Successful in 16s
/ test (push) Successful in 25m56s
2025-02-13 20:55:43 -08:00
1084278f34
reg_alloc: add writes to rename table
All checks were successful
/ deps (push) Successful in 15s
/ test (push) Successful in 26m20s
2025-02-11 19:19:06 -08:00
294e979848
tests/reg_alloc: remove simulator debug output
All checks were successful
/ deps (push) Successful in 11m30s
/ test (push) Successful in 25m47s
2025-02-06 21:31:05 -08:00
7efcd872b5
working on reg_alloc
All checks were successful
/ deps (push) Successful in 19s
/ test (push) Successful in 26m12s
2025-02-06 21:28:30 -08:00
88eff5952b
working on reg_alloc -- wire up free_regs_tracker.alloc_out
All checks were successful
/ deps (push) Successful in 15s
/ test (push) Successful in 25m37s
2025-01-15 19:47:00 -08:00
5f7766777a
working on reg_alloc -- selected_unit_nums should be correct now
All checks were successful
/ deps (push) Successful in 13s
/ test (push) Successful in 25m48s
2025-01-12 22:12:58 -08:00
89717f8916
update to latest version of fayalite
All checks were successful
/ deps (push) Successful in 14s
/ test (push) Successful in 25m30s
2025-01-09 23:36:23 -08:00
12481cfab3
start debugging reg_alloc with simulator
All checks were successful
/ deps (push) Successful in 14s
/ test (push) Successful in 25m15s
2024-12-20 00:28:22 -08:00
b51109f4f6
WIP implementing reg_alloc
All checks were successful
/ deps (push) Successful in 18s
/ test (push) Successful in 25m30s
2024-11-05 17:34:31 -08:00
a305ad51b2
reduce formal proof depth to avoid z3 eating all our memory 2024-10-15 23:50:51 -07:00
aaa2cb193e
add formal proof for unit_free_regs_tracker
Some checks failed
/ test (push) Failing after 3h11m43s
2024-10-15 02:39:56 -07:00
cb5855589f
WIP adding register allocator
All checks were successful
/ test (push) Successful in 46m24s
2024-10-14 21:20:42 -07:00
d7f62737f2
add license headers 2024-10-14 16:29:20 -07:00
f65fc1d616
add more register stuff 2024-10-13 01:41:45 -07:00
4c3dd128a3
WIP: adding micro ops 2024-10-10 22:57:11 -07:00
0f4f067996
start adding cpu data types 2024-10-08 20:22:15 -07:00