mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 03:45:52 +00:00
Merge branch 'master' of github.com:YosysHQ/yosys into claire/eqystuff
This commit is contained in:
commit
6d56d4ecfc
103 changed files with 385 additions and 20236 deletions
|
@ -310,7 +310,7 @@ PDPSC16K #(
|
|||
) _TECHMAP_REPLACE_ (
|
||||
.CLK(CLK_C),
|
||||
|
||||
.CEW(PORT_W_CLK_EN),
|
||||
.CEW(PORT_W_CLK_EN & (|PORT_W_WR_EN)),
|
||||
.CSW(3'b111),
|
||||
.ADW(ADW),
|
||||
.DI(DI),
|
||||
|
@ -400,7 +400,7 @@ PDP16K #(
|
|||
.GSR("DISABLED"),
|
||||
) _TECHMAP_REPLACE_ (
|
||||
.CLKW(PORT_W_CLK),
|
||||
.CEW(PORT_W_CLK_EN),
|
||||
.CEW(PORT_W_CLK_EN & (|PORT_W_WR_EN)),
|
||||
.CSW(3'b111),
|
||||
.ADW(ADW),
|
||||
.DI(DI),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue