mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added $meminit support to "memory" command
This commit is contained in:
parent
913c304fe6
commit
dcf2e24240
7 changed files with 99 additions and 49 deletions
|
@ -917,6 +917,7 @@ namespace {
|
|||
param("\\MEMID");
|
||||
param("\\SIZE");
|
||||
param("\\OFFSET");
|
||||
param("\\INIT");
|
||||
param_bits("\\RD_CLK_ENABLE", param("\\RD_PORTS"));
|
||||
param_bits("\\RD_CLK_POLARITY", param("\\RD_PORTS"));
|
||||
param_bits("\\RD_TRANSPARENT", param("\\RD_PORTS"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue