initial
This commit is contained in:
8
chapter2/invGate.v
Normal file
8
chapter2/invGate.v
Normal file
@@ -0,0 +1,8 @@
|
||||
module invGate (
|
||||
input A,
|
||||
output B
|
||||
);
|
||||
|
||||
not a1 (B, A);
|
||||
|
||||
endmodule
|
Reference in New Issue
Block a user