mirror of https://github.com/YosysHQ/yosys.git
docs: RD_DATA is an output, not input
This commit is contained in:
parent
104edb4587
commit
0c0171bd60
|
@ -571,7 +571,7 @@ The ``$mem_v2`` cell has the following ports:
|
||||||
signals for the read ports.
|
signals for the read ports.
|
||||||
|
|
||||||
``\RD_DATA``
|
``\RD_DATA``
|
||||||
This input is ``\RD_PORTS*\WIDTH`` bits wide, containing all data
|
This output is ``\RD_PORTS*\WIDTH`` bits wide, containing all data
|
||||||
signals for the read ports.
|
signals for the read ports.
|
||||||
|
|
||||||
``\RD_ARST``
|
``\RD_ARST``
|
||||||
|
|
Loading…
Reference in New Issue