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