mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)
This commit is contained in:
parent
de9226a64f
commit
a6750b3753
11 changed files with 186 additions and 78 deletions
|
@ -556,6 +556,7 @@ namespace {
|
|||
param("\\MEMID");
|
||||
param("\\CLK_ENABLE");
|
||||
param("\\CLK_POLARITY");
|
||||
param("\\TRANSPARENT");
|
||||
port("\\CLK", 1);
|
||||
port("\\ADDR", param("\\ABITS"));
|
||||
port("\\DATA", param("\\WIDTH"));
|
||||
|
@ -582,6 +583,7 @@ namespace {
|
|||
param("\\OFFSET");
|
||||
param("\\RD_CLK_ENABLE");
|
||||
param("\\RD_CLK_POLARITY");
|
||||
param("\\RD_TRANSPARENT");
|
||||
param("\\WR_CLK_ENABLE");
|
||||
param("\\WR_CLK_POLARITY");
|
||||
port("\\RD_CLK", param("\\RD_PORTS"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue