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