TRUTH_TABLE2 added
This commit is contained in:
parent
cabbd32d6c
commit
3a6091f6e7
1 changed files with 11 additions and 0 deletions
11
truth_table2.txt
Normal file
11
truth_table2.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
DEF TRUTH_TABLE2
|
||||||
|
PORT IN A
|
||||||
|
PORT IN B
|
||||||
|
PORT IN C
|
||||||
|
PORT OUT Z
|
||||||
|
|
||||||
|
NET D
|
||||||
|
|
||||||
|
INST NAND1 NAND A C D
|
||||||
|
INST NAND3 NAND B D Z
|
||||||
|
ENDDEF
|
Loading…
Reference in a new issue