programmerjake
  • Joined on 2024-07-08
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-17 07:07:01 +00:00
d5a7d9dd9e next_pc works afaict
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-16 10:32:32 +00:00
59da0aec06 WIP fixing bugs
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-16 05:41:35 +00:00
5e1238b5c7 replace tests/next_pc's demo program with a simple expression parser as a better demo
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-15 11:01:12 +00:00
bc9a3a5ce7 add missing copyright header and check-copyright.sh support for .mermaid
programmerjake created pull request libre-chip/cpu#5 2025-12-15 10:53:18 +00:00
WIP: implement "Create the next-instruction logic" and "Create a model of the instruction fetch/decode control system"
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-15 10:48:52 +00:00
d42f010cda WIP fixing bugs
84e4fde512 fix queueing errors
8ab63f3c6a update fayalite
Compare 3 commits »
programmerjake automatically merged pull request libre-chip/fayalite#58 2025-12-15 05:03:59 +00:00
programmerjake pushed to master at libre-chip/fayalite 2025-12-15 05:03:59 +00:00
c97b44d9d6 simplify SimValue Debug format, making complex structures much easier to read
programmerjake deleted branch simplify-simvalue-debug from programmerjake/fayalite 2025-12-15 05:03:59 +00:00
programmerjake pushed to simplify-simvalue-debug at programmerjake/fayalite 2025-12-15 05:00:00 +00:00
c97b44d9d6 simplify SimValue Debug format, making complex structures much easier to read
programmerjake created pull request libre-chip/fayalite#58 2025-12-15 04:42:52 +00:00
simplify SimValue Debug format, making complex structures much easier to read
programmerjake created branch simplify-simvalue-debug in programmerjake/fayalite 2025-12-15 04:42:16 +00:00
programmerjake pushed to simplify-simvalue-debug at programmerjake/fayalite 2025-12-15 04:42:16 +00:00
0f94dc6dcd simplify SimValue Debug format, making complex structures much easier to read
fbe4585578 add FillInDefaultedGenerics<Type = Self> bound for SizeType
e4210a672f Check copyright header in Rocq files.
e54558d848 Demonstrates state with multiple variables and hidden state.
46f3519c76 Demonstrate a preliminary mapping from HDL to Rocq.
Compare 10 commits »
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-15 04:39:59 +00:00
f39f40ce1f fix next_pc::Queue and add test
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-14 09:26:42 +00:00
cbd52c60a8 WIP: next_pc test fails
c87a1b8e1e wrote out all of next_pc and tests/next_pc
Compare 2 commits »
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-12 13:34:12 +00:00
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-12 04:55:36 +00:00
programmerjake pushed to next-pc at programmerjake/cpu 2025-12-11 08:31:15 +00:00
cfd04469ce WIP linking next_pc stages together
231f5e72ec WIP: completed stages of next-pc logic, still need to combine them into a pipeline
033d5d4f34 WIP adding next_pc: add call stack
7a77c02cda WIP adding next_pc: added mock_fetch_decode_pipe
Compare 8 commits »
programmerjake deleted branch add-fill-in-defaulted-generics-for-size-type from programmerjake/fayalite 2025-12-11 04:27:59 +00:00
programmerjake pushed to master at libre-chip/fayalite 2025-12-11 04:27:58 +00:00
fbe4585578 add FillInDefaultedGenerics<Type = Self> bound for SizeType