programmerjake
  • Joined on 2024-07-08
programmerjake deleted branch fix-sim-phantom-const from programmerjake/fayalite 2025-11-06 06:52:55 +00:00
programmerjake automatically merged pull request libre-chip/fayalite#49 2025-11-06 06:52:53 +00:00
programmerjake created pull request libre-chip/fayalite#49 2025-11-06 06:47:49 +00:00
fix Simulator panicking when you use PhantomConst
programmerjake created branch fix-sim-phantom-const in programmerjake/fayalite 2025-11-06 06:45:39 +00:00
programmerjake pushed to fix-sim-phantom-const at programmerjake/fayalite 2025-11-06 06:45:39 +00:00
0b77d1bea0 fix Simulator panicking when you use PhantomConst
840c5e1895 add ExternModuleSimulationState::resettable helper for procedural simulations that have a reset input.
c11a1743f9 add sim.fork_join() and fix Simulator to handle running futures with arbitrary wakers
0be9f9ce23 fix JobGraph::run to not busy-wait
0b82178740 add PhantomConstGet to the known Type bounds for #[hdl] struct/enum
Compare 10 commits »
programmerjake pushed to next-pc at programmerjake/cpu 2025-11-05 04:17:14 +00:00
aa93f22a02 WIP adding next_pc
programmerjake pushed to main at libre-chip/website 2025-11-04 10:17:44 +00:00
ec7930739a fix broken link to first nlnet grant
programmerjake pushed to next-pc at programmerjake/cpu 2025-11-04 08:18:19 +00:00
5075a43070 WIP adding next_pc
2363eece7a add Serialize/Deserialize impls for CpuConfig
9a8d685664 update Fayalite to 840c5e1895 to get support for PhantomConst accessor type aliases, fork_join, and resettable
Compare 3 commits »
programmerjake pushed to master at libre-chip/fayalite 2025-11-04 08:13:02 +00:00
840c5e1895 add ExternModuleSimulationState::resettable helper for procedural simulations that have a reset input.
programmerjake deleted branch add-resettable from programmerjake/fayalite 2025-11-04 08:13:02 +00:00
programmerjake automatically merged pull request libre-chip/fayalite#48 2025-11-04 08:13:01 +00:00
programmerjake created pull request libre-chip/fayalite#48 2025-11-04 08:08:02 +00:00
add ExternModuleSimulationState::resettable helper for procedural simulations that have a reset input.
programmerjake created branch add-resettable in programmerjake/fayalite 2025-11-04 08:02:01 +00:00
programmerjake pushed to add-resettable at programmerjake/fayalite 2025-11-04 08:02:01 +00:00
840c5e1895 add ExternModuleSimulationState::resettable helper for procedural simulations that have a reset input.
c11a1743f9 add sim.fork_join() and fix Simulator to handle running futures with arbitrary wakers
0be9f9ce23 fix JobGraph::run to not busy-wait
0b82178740 add PhantomConstGet to the known Type bounds for #[hdl] struct/enum
4b24a88641 add docs for #[hdl] and particularly for #[hdl] type aliases
Compare 10 commits »
programmerjake pushed to next-pc at programmerjake/cpu 2025-10-31 04:27:51 +00:00
10db8b3f90 WIP adding next_pc
f728964cb3 add Serialize/Deserialize impls for CpuConfig
2c5b1b7f44 update Fayalite to c11a1743f9 to get support for PhantomConst accessor type aliases and fork_join
Compare 3 commits »
programmerjake pushed to master at libre-chip/fayalite 2025-10-31 04:22:58 +00:00
c11a1743f9 add sim.fork_join() and fix Simulator to handle running futures with arbitrary wakers
programmerjake deleted branch add-sim-fork-join from programmerjake/fayalite 2025-10-31 04:22:58 +00:00
programmerjake merged pull request libre-chip/fayalite#47 2025-10-31 04:22:57 +00:00
add sim.fork_join() and fix Simulator to handle running futures with arbitrary wakers
programmerjake created pull request libre-chip/fayalite#47 2025-10-31 04:17:46 +00:00
add sim.fork_join() and fix Simulator to handle running futures with arbitrary wakers
programmerjake created branch add-sim-fork-join in programmerjake/fayalite 2025-10-31 04:17:21 +00:00