|
c4b6a0fee6
|
add support for #[hdl(sim)] enum_ty.Variant(value) and #[hdl(sim)] EnumTy::Variant(value) and non-sim variants too
|
2025-04-01 22:16:47 -07:00 |
|
|
a40eaaa2da
|
expand SimValue support
|
2025-03-30 00:55:38 -07:00 |
|
|
5028401a5a
|
change SimValue to contain and deref to a value and not just contain bits
|
2025-03-27 23:44:36 -07:00 |
|
|
3458c21f44
|
add #[hdl(cmp_eq)] to implement HdlPartialEq automatically
|
2025-02-16 20:48:16 -08:00 |
|
|
ed1aea41f3
|
clean up some clippy warnings
|
2024-10-07 21:49:18 -07:00 |
|
|
343805f80b
|
fix #[hdl] to work with unusual identifier hygiene from macros
|
2024-10-03 23:04:14 -07:00 |
|
|
10ae95fac1
|
add missing copyright headers
|
2024-09-22 15:30:05 -07:00 |
|
|
ff94dda922
|
support #[hdl] on functions -- enables #[hdl] usage in function body
|
2024-09-20 18:42:24 -07:00 |
|
|
5835b995a9
|
WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types
|
2024-08-21 22:27:21 -07:00 |
|