Archived
1
0
This commit is contained in:
Erick
2022-03-02 00:32:46 +01:00
parent 001b7886d6
commit a211c76b45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module band16(y16, a16, b16);
module nand16(y16, a16, b16);
input [15:0]a16;
input[15:0]b16;
output [15:0]y16;