switch ready_valid::queue formal proofs to use formal_global_clock
test.yml #393 -Commit
e7ee1e862e
pushed by
programmerjake
non-working build on TLII (using QEMU for x86 binaries)
test.yml #390 -Commit
fd2c635343
pushed by
HaeckseAlex
tp/rebase2
Add .to_trace_as_string() and clean up code
test.yml #387 -Commit
cefccab47c
pushed by
programmerjake
add TraceAsString<T> -- sim traces it as a string rather than all its internal fields
test.yml #384 -Commit
299cbfa348
pushed by
programmerjake
add TraceAsString<T> -- sim traces it as a string rather than all its internal fields
test.yml #383 -Commit
36c348e01c
pushed by
programmerjake
change VCD id generation to be based on hashing the path, making them better for git diff
test.yml #364 -Commit
dbed947408
pushed by
programmerjake
speed up LazyInterned by redoing caching using RwLock and add a thread-local cache
test.yml #356 -Commit
f236c9f404
pushed by
programmerjake
speed up LazyInterned by redoing caching using RwLock and add a thread-local cache
test.yml #355 -Commit
8da430f4c9
pushed by
programmerjake
simplify SimValue Debug format, making complex structures much easier to read
test.yml #346 -Commit
0f94dc6dcd
pushed by
programmerjake
Demonstrates state with multiple variables and hidden state.
test.yml #340 -Commit
e54558d848
pushed by
cesar
Add peripherals and Arty A7 platforms -- blinky works correctly now on arty-a7-100t!
test.yml #299 -Commit
917a603b34
pushed by
programmerjake
WIP adding yosys-nextpnr-xray xilinx fpga toolchain -- blinky works on arty a7 100t (except for inverted reset)
test.yml #285 -Commit
74ad0e104e
pushed by
programmerjake
add simulator support for sim-only values
test.yml #278 -Commit
9334dff776
pushed by
programmerjake
add simulator support for sim-only values -- still needs tests
test.yml #277 -Commit
9dd3b7e7e4
pushed by
programmerjake
add ripple counter test to test simulating alternating circuits and extern modules
test.yml #250 -Commit
1b220b73e7
pushed by
programmerjake
add Expr<ArrayType<T, Len>>: IntoIterator and Expr<Array<T>>: FromIterator<T>
test.yml #234 -Commit
25ddc837c1
pushed by
programmerjake
WIP implementing handling #[cfg] and #[cfg_attr] in proc macro inputs
test.yml #214 -Commit
b7ec623bfa
pushed by
programmerjake
WIP implementing handling #[cfg] and #[cfg_attr] in proc macro inputs
test.yml #213 -Commit
9dc16bc73b
pushed by
programmerjake
sim: fix sim.write to struct
test.yml #204 -Commit
36bad52978
pushed by
programmerjake
fix-sim-write-struct
sim: implement enums (except for connecting unequal enum types)
test.yml #168 -Commit
42afd2da0e
pushed by
programmerjake
adding-simulator
increase rust version to support omitting match arms with uninhabited types
test.yml #140 -Commit
52ab134673
pushed by
programmerjake
increase rust version to support omitting match arms with uninhabited types
test.yml #139 -Commit
52ab134673
pushed by
programmerjake
adding-simulator