Query: dpgen_sff
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DPGEN_SFF(3) Alliance - genlib User's Manual DPGEN_SFF(3)NAMEDPGEN_SFF - Static Flip-Flop Macro-GeneratorSYNOPSIS#include <genlib.h> void GENLIB_MACRO (DPGEN_SFF, char *modelname, long flags, long N);DESCRIPTIONGenerate a N bits static flip-flop named modelname. The two latches of this flip-flop are static, i.e. each one is made of two interters looped togethers. How it works : o wen when set to '1' enables the writing of the flip-flop. TERMINAL NAMES 1. wen : write enable (1 bit). 2. ck : clock signal (1 bit). 3. i0 : data input (N bits). 4. q : output (N bits). 5. vdd : power. 6. vss : ground.EXAMPLEGENLIB_MACRO(DPGEN_SFF, "model_sff_32" , F_BEHAV|F_PLACE , 32 ); GENLIB_LOINS( "model_sff_32" , "instance1_sff_32" , "wen" , "ck" , "i0[31:0]" , "q[31:0]" , "vdd", "vss", NULL );SEE ALSOGENLIB_MACRO(3), genlib(1)ASIM/LIP6 30 July 2004 DPGEN_SFF(3)
Related Man Pages |
---|
dpgen_adsb2f(3) - debian |
dpgen_rom4(3) - debian |
dpgen_xnor2mask(3) - debian |
dpgen_shift(3) - debian |
genlib_macro(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Is UNIX an open source OS ? |
Introduction |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |