We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
granularity
Shape
1 parent 4a78334 commit f20a16cCopy full SHA for f20a16c
text/0040-arbitrary-memory-shape.md
@@ -47,6 +47,8 @@ The `Memory.width` attribute is deprecated and removed in a later Amaranth versi
47
48
`ReadPort.data` and `WritePort.data` are updated to be `Signal(memory.shape)`.
49
50
+`WritePort.__init__()` raises an exception if `granularity` is specified and `shape` is not an unsigned `Shape`.
51
+
52
`DummyPort.__init__()` gets a new `data_shape` argument. `data_width` is deprecated and removed in a later Amaranth version.
53
54
## Drawbacks
0 commit comments