mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
intel_alm: M10K write-enable is negative-true
This commit is contained in:
parent
4ccc2adbda
commit
9f7a55c99f
7 changed files with 30 additions and 8 deletions
|
@ -145,7 +145,7 @@ endspecify
|
|||
`endif
|
||||
|
||||
always @(posedge CLK1) begin
|
||||
if (A1EN)
|
||||
if (!A1EN)
|
||||
mem[(A1ADDR + 1) * CFG_DBITS - 1 : A1ADDR * CFG_DBITS] <= A1DATA;
|
||||
|
||||
if (B1EN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue