mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-19 19:02:04 +00:00
Typo
This commit is contained in:
parent
8f666ebac1
commit
96f00e9147
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ module RAM64X1D (
|
||||||
\$__ABC_LUTMUX6 spo (.A(\$SPO ), .S({A0, A1, A2, A3, A4, A5}), .Y(SPO));
|
\$__ABC_LUTMUX6 spo (.A(\$SPO ), .S({A0, A1, A2, A3, A4, A5}), .Y(SPO));
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module \$__ABC_RAM128X1D (
|
module RAM128X1D (
|
||||||
output DPO, SPO,
|
output DPO, SPO,
|
||||||
input D,
|
input D,
|
||||||
input WCLK,
|
input WCLK,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue