![]() |
![]()
| ![]() |
![]()
NAMEDPGEN_NAND3 - NAND3 Macro-Generator SYNOPSIS#include <genlib.h> void GENLIB_MACRO (DPGEN_NAND3, char *modelname, long flags, long N, long drive); DESCRIPTIONGenerate a N bits three inputs NAND with an output power of drive named modelname. Valid drive are : 1 or 4. TERMINAL NAMES
BEHAVIORnq <= not(i0 and i1 and i2) EXAMPLEGENLIB_MACRO(DPGEN_NAND3, "model_nand3_32" SEE ALSOGENLIB_MACRO(3), genlib(1)
|