mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
kernel/mem: Introduce transparency masks.
This commit is contained in:
parent
681a1c07e5
commit
e6f3d1c225
8 changed files with 407 additions and 117 deletions
|
@ -143,7 +143,8 @@ struct MemoryDffWorker
|
|||
port.addr = ff.sig_d;
|
||||
port.clk_enable = true;
|
||||
port.clk_polarity = ff.pol_clk;
|
||||
port.transparent = true;
|
||||
for (int i = 0; i < GetSize(mem.wr_ports); i++)
|
||||
port.transparency_mask[i] = true;
|
||||
mem.emit();
|
||||
log("merged address FF to cell.\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue