2026-05-01 - 2026-05-31
Overview
Excluding merges,
1 author
has pushed
6 commits
to master and
7 commits
to all branches.
On master,
73 files
have changed
and there have been
9396 additions
and
2254 deletions.
5 pull requests merged by 1 user
Merged
#75 Add .to_trace_as_string() and clean up code
Merged
#74 add TraceAsString<T> -- sim traces it as a string rather than all its internal fields
Merged
#73 sim: properly update all VCD wires when they share simulation state
Merged
#72 redo #[hdl(sim)] match/let destructuring to support matching values of type Type::SimValue
Merged
#71 implement #[hdl(cmp_eq)] for enums and use it for HdlOption, also implement conversions <-> Option