formatter test
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user