formatter test
This commit is contained in:
parent
1cb96c9f9a
commit
f0551ce34f
@ -1,5 +1,7 @@
|
|||||||
module notGate (input A,
|
module notGate (
|
||||||
output B);
|
input A,
|
||||||
|
output B
|
||||||
|
);
|
||||||
|
|
||||||
nand nand1 (B, A, A);
|
nand nand1 (B, A, A);
|
||||||
endmodule
|
endmodule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user