SRLAT (NAND-FLIPFLOP) added
This commit is contained in:
parent
68367ef809
commit
acdb533483
1 changed files with 14 additions and 0 deletions
14
srlat.txt
Normal file
14
srlat.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
DEF SRLAT
|
||||
PORT IN S
|
||||
PORT IN R
|
||||
PORT OUT QT
|
||||
PORT OUT QC
|
||||
|
||||
NET SN
|
||||
NET RN
|
||||
|
||||
INST NOT1 NAND S S SN
|
||||
INST NOT2 NAND R R RN
|
||||
INST NAND1 NAND SN QC QT
|
||||
INST NAND2 NAND QT RN QC
|
||||
ENDDEF
|
Loading…
Reference in a new issue