Catherine
fc84b8decf
lib.memory: remove Memory.Init.depth
.
...
This attribute is fully redundant with `.__len__()`, and is out of place
on a `list`-like container like `Memory.Init`.
The `.shape` attribute, however, provides a unique function.
2024-03-22 23:05:42 +00:00
Catherine
b8b1e7081b
lib.memory: improve and regularize diagnostics.
2024-03-22 23:05:42 +00:00
Catherine
8d44ec513d
lib.memory: improve and finish documentation.
2024-03-22 23:05:42 +00:00
Wanda
23f1b63425
lib.memory: Add Signature.create
implementations.
2024-03-16 08:48:32 +00:00
Wanda
49dee891e8
tests: Exorcise some star-imports.
2024-03-13 18:03:22 +00:00
Wanda
455a7bc6c8
lib.memory: Allow setting Memory.init
.
...
The `init` property is already mutable, so this adds no actual new
functionality, just convenience.
2024-03-13 13:12:15 +00:00
Wanda
8af9fe2606
lib.memory: Add missing __eq__ to signature types.
2024-02-28 09:06:49 +00:00
Wanda
890e099ec3
Implement RFC 45: Move hdl.Memory
to lib.Memory
.
2024-02-19 22:24:58 +00:00