programmerjake
  • Joined on 2024-07-08
programmerjake pushed to load_store at programmerjake/cpu 2026-07-22 05:22:51 +00:00
304100b492 WIP: adding load/store unit
programmerjake pushed to load_store at programmerjake/cpu 2026-07-21 02:21:17 +00:00
99b2021f5f WIP: adding load/store unit
programmerjake pushed to load_store at programmerjake/cpu 2026-07-18 02:50:27 +00:00
532a04a85e WIP: adding load/store unit
programmerjake pushed to load_store at programmerjake/cpu 2026-07-16 23:44:56 +00:00
b2c4befa21 WIP: adding load/store unit
programmerjake pushed to load_store at programmerjake/cpu 2026-07-14 01:36:24 +00:00
d84bfcf6bd WIP: adding load/store unit
programmerjake pushed to load_store at programmerjake/cpu 2026-07-13 02:46:41 +00:00
f1f39187e4 WIP: adding load/store unit
bc2bcf4434 switch UnitTrait to using UnitIO instead of separate methods for each IO port
Compare 2 commits »
programmerjake pushed to master at programmerjake/cpu 2026-07-11 02:17:46 +00:00
fb0b07fbb2 tests/units_formal: implement tests for rest of AddSub[I] instructions
b6bbc97990 tests/units_formal: split up tests in hopes of making them run faster
ad9ec46aca tests/units_formal: test more instructions
d38bc786a7 unit::alu_branch::add_sub: bug fix: actually add in carry_in
6ee0d4265c switch to using fayalite version of checked_vcd_output instead of cpu::util
Compare 132 commits »
programmerjake created branch load_store in programmerjake/cpu 2026-07-11 02:17:25 +00:00
programmerjake pushed to load_store at programmerjake/cpu 2026-07-11 02:17:25 +00:00
126119301e WIP: adding load/store unit
fb0b07fbb2 tests/units_formal: implement tests for rest of AddSub[I] instructions
b6bbc97990 tests/units_formal: split up tests in hopes of making them run faster
ad9ec46aca tests/units_formal: test more instructions
d38bc786a7 unit::alu_branch::add_sub: bug fix: actually add in carry_in
Compare 10 commits »
programmerjake pushed to add-2025-12-681 at programmerjake/grant-tracking 2026-06-23 18:18:55 +00:00
8bd8c5db48 nlnet-2025-12-681: create proposed plan
programmerjake pushed to add-2025-12-681 at programmerjake/grant-tracking 2026-06-23 18:15:39 +00:00
023fe3fa5e nlnet-2025-12-681: create proposed plan
programmerjake created pull request libre-chip/grant-tracking#27 2026-06-23 07:03:58 +00:00
WIP: add nlnet-2025-12-681 grant
programmerjake created branch add-2025-12-681 in programmerjake/grant-tracking 2026-06-23 06:59:55 +00:00
programmerjake pushed to add-2025-12-681 at programmerjake/grant-tracking 2026-06-23 06:59:55 +00:00
abd41726a6 nlnet-2025-12-681: create proposed plan
656e55f9ce Replace nlnet-2024-12-324/plan-amendment-1.txt with NLnet's new version since they decided to replace the amendment rather than create an new one
b8f194f87c put description inside list in issue description to match formatting for indented things to progress.md
96813854cc propagate error from check_issue
46872eabb8 help debug why errors aren't reported
Compare 10 commits »
programmerjake deleted branch decode-and-test-harness from programmerjake/cpu 2026-06-19 03:57:13 +00:00
programmerjake pushed to master at libre-chip/cpu 2026-06-19 03:57:10 +00:00
fb0b07fbb2 tests/units_formal: implement tests for rest of AddSub[I] instructions
b6bbc97990 tests/units_formal: split up tests in hopes of making them run faster
ad9ec46aca tests/units_formal: test more instructions
d38bc786a7 unit::alu_branch::add_sub: bug fix: actually add in carry_in
6ee0d4265c switch to using fayalite version of checked_vcd_output instead of cpu::util
Compare 17 commits »
programmerjake automatically merged pull request libre-chip/cpu#15 2026-06-19 03:57:10 +00:00
programmerjake pushed to decode-and-test-harness at programmerjake/cpu 2026-06-19 03:27:41 +00:00
fb0b07fbb2 tests/units_formal: implement tests for rest of AddSub[I] instructions
programmerjake pushed to decode-and-test-harness at programmerjake/cpu 2026-06-19 02:21:17 +00:00
b6bbc97990 tests/units_formal: split up tests in hopes of making them run faster
programmerjake pushed to decode-and-test-harness at programmerjake/cpu 2026-06-18 07:16:15 +00:00
ad9ec46aca tests/units_formal: test more instructions