mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added correct handling of $memwr priority
This commit is contained in:
parent
536e20bde1
commit
fb2bf934dc
5 changed files with 42 additions and 2 deletions
|
@ -567,6 +567,7 @@ namespace {
|
|||
param("\\MEMID");
|
||||
param("\\CLK_ENABLE");
|
||||
param("\\CLK_POLARITY");
|
||||
param("\\PRIORITY");
|
||||
port("\\CLK", 1);
|
||||
port("\\EN", 1);
|
||||
port("\\ADDR", param("\\ABITS"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue