mirror of https://github.com/YosysHQ/yosys.git
Fixed typo in tests/simple/arraycells.v
This commit is contained in:
parent
ed812ea39c
commit
080004b19a
|
@ -2,7 +2,7 @@
|
||||||
module array_test001(a, b, c, y);
|
module array_test001(a, b, c, y);
|
||||||
input a;
|
input a;
|
||||||
input [31:0] b, c;
|
input [31:0] b, c;
|
||||||
input [31:0] y;
|
output [31:0] y;
|
||||||
|
|
||||||
aoi12 p [31:0] (a, b, c, y);
|
aoi12 p [31:0] (a, b, c, y);
|
||||||
endmodule
|
endmodule
|
||||||
|
|
Loading…
Reference in New Issue