projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed812ea
)
Fixed typo in tests/simple/arraycells.v
author
Clifford Wolf
<clifford@clifford.at>
Wed, 4 Jan 2017 11:39:01 +0000
(12:39 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 4 Jan 2017 11:39:01 +0000
(12:39 +0100)
tests/simple/arraycells.v
patch
|
blob
|
history
diff --git
a/tests/simple/arraycells.v
b/tests/simple/arraycells.v
index 704ca3fdab83226642b0d5658ed34aeab091284a..fd85a1195d834900f16bcabee250af6a739c695f 100644
(file)
--- a/
tests/simple/arraycells.v
+++ b/
tests/simple/arraycells.v
@@
-2,7
+2,7
@@
module array_test001(a, b, c, y);
input a;
input [31:0] b, c;
-
in
put [31:0] y;
+
out
put [31:0] y;
aoi12 p [31:0] (a, b, c, y);
endmodule