We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
granularity
Shape
1 parent 98401c5 commit 1e39e0eCopy full SHA for 1e39e0e
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