|
|
094c77e26e
|
add #[hdl(get(|v| ...))] type GetStuff<P: PhantomConstGet<MyStruct>> = MyType or DynSize;
|
2025-10-26 03:25:35 -07:00 |
|
|
|
f8ac78abd6
|
Remove extraneous #[automatically_derived] annotations that are causing warnings as reported by Tobias
/ deps (pull_request) Successful in 20s
/ test (pull_request) Successful in 4m54s
/ deps (push) Successful in 13s
/ test (push) Successful in 5m24s
|
2025-10-15 04:17:47 -07:00 |
|
|
|
db9b1c202c
|
add simulator support for sim-only values
/ deps (pull_request) Successful in 17s
/ test (pull_request) Successful in 4m59s
/ deps (push) Successful in 14s
/ test (push) Successful in 5m30s
|
2025-09-08 22:19:43 -07:00 |
|
|
|
4008c311bf
|
format code after switching to edition 2024
/ deps (pull_request) Successful in 16s
/ test (pull_request) Successful in 4m58s
/ deps (push) Successful in 14s
/ test (push) Successful in 5m23s
|
2025-08-24 16:35:21 -07:00 |
|
|
|
57aae7b7fb
|
implement [de]serializing BaseTypes, SimValues, and support PhantomConst<T> in #[hdl] struct S<T>
/ deps (pull_request) Successful in 15s
/ test (pull_request) Successful in 4m16s
/ deps (push) Successful in 12s
/ test (push) Successful in 4m46s
|
2025-04-04 01:04:26 -07:00 |
|
|
|
6929352be7
|
re-export bitvec and add types useful for simulation to the prelude
/ deps (pull_request) Successful in 15s
/ test (pull_request) Successful in 4m12s
/ deps (push) Successful in 13s
/ test (push) Successful in 4m40s
|
2025-04-03 16:01:39 -07:00 |
|
|
|
c4b6a0fee6
|
add support for #[hdl(sim)] enum_ty.Variant(value) and #[hdl(sim)] EnumTy::Variant(value) and non-sim variants too
/ deps (pull_request) Successful in 15s
/ test (pull_request) Successful in 4m16s
|
2025-04-01 22:16:47 -07:00 |
|
|
|
a40eaaa2da
|
expand SimValue support
/ deps (pull_request) Successful in 16s
/ test (pull_request) Successful in 4m11s
|
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
/ deps (pull_request) Successful in 19s
/ test (pull_request) Successful in 3m38s
/ deps (push) Successful in 15s
/ test (push) Successful in 4m10s
|
2025-02-16 20:48:16 -08:00 |
|
|
|
ed1aea41f3
|
clean up some clippy warnings
/ test (push) Failing after 3m41s
|
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
/ test (push) Successful in 4m56s
|
2024-08-21 22:27:21 -07:00 |
|