BaseType
s, SimValue
s, and support PhantomConst<T> in #[hdl] struct S<T>
programmerjake
deleted branch support-phantomconst-of-ty from programmerjake/fayalite
2025-04-04 08:18:53 +00:00
implement [de]serializing `BaseType`s, `SimValue`s, and support PhantomConst<T> in #[hdl] struct S<T>
implement [de]serializing
BaseType
s, SimValue
s, and support PhantomConst<T> in #[hdl] struct S<T>
programmerjake
created branch support-phantomconst-of-ty in programmerjake/fayalite
2025-04-04 08:09:08 +00:00
programmerjake
pushed to support-phantomconst-of-ty at programmerjake/fayalite
2025-04-04 08:09:08 +00:00
BaseType
s, SimValue
s, and support PhantomConst<T> in #[hdl] struct S<T>
programmerjake
deleted branch export-more-things from programmerjake/fayalite
2025-04-03 23:11:06 +00:00
re-export `bitvec` and add types useful for simulation to the prelude
re-export
bitvec
and add types useful for simulation to the prelude
programmerjake
created branch export-more-things in programmerjake/fayalite
2025-04-03 22:59:58 +00:00
programmerjake
deleted branch improve-simvalue from programmerjake/fayalite
2025-04-02 05:28:31 +00:00
improve SimValue<T> to generally be more like Expr<T>