change library

This commit is contained in:
Feng Wang 2020-02-27 00:17:43 +08:00
parent 5f62f443bb
commit 44a460cdac
2 changed files with 12 additions and 4 deletions

View File

@ -1,4 +0,0 @@
# The area/delay of k-variable LUTs:
# k area delay
1 1 1
2 1 1

12
abclib/ALL.genlib Normal file
View File

@ -0,0 +1,12 @@
GATE SET 1 Y=CONST0;
GATE RESET 1 Y=CONST1;
GATE BUFF 1 Y=A; PIN * NONINV 1 999 0 0 0 0
GATE NOT 1 Y=!A; PIN * INV 1 999 0 0 0 0
GATE OR2X1 1 Y=A+B; PIN * NONINV 1 999 0 0 0 0
GATE NAND2X1 1 Y=!A+!B; PIN * INV 1 999 0 0 0 0
GATE X1 1 Y=!A+B; PIN * UNKNOWN 1 999 0 0 0 0
GATE AND2X1 1 Y=A*B; PIN * NONINV 1 999 0 0 0 0
GATE NOR2X1 1 Y=!A*!B; PIN * INV 1 999 0 0 0 0
GATE X2 1 Y=!A*B; PIN * UNKNOWN 1 999 0 0 0 0
GATE XOR2X1 1 Y=(A*!B)+(!A*B); PIN * UNKNOWN 1 999 0 0 0 0
GATE XNOR2X1 1 Y=(A*B)+(!A*!B); PIN * UNKNOWN 1 999 0 0 0 0