Query: dpgen_dff
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DPGEN_DFF(3) Alliance - genlib User's Manual DPGEN_DFF(3)NAMEDPGEN_DFF - Dynamic Flip-Flop Macro-GeneratorSYNOPSIS#include <genlib.h> void GENLIB_MACRO (DPGEN_DFF, char *modelname, long flags, long N);DESCRIPTIONGenerate a N bits dynamic flip-flop named modelname. The two latches of this flip-flop are dynamic, i.e. the data is stored in a capaci- tor. 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_DFF, "model_dff_32" , F_BEHAV|F_PLACE , 32 ); GENLIB_LOINS( "model_dff_32" , "instance1_dff_32" , "wen" , "ck" , "i0[31:0]" , "q[31:0]" , "vdd", "vss", NULL );SEE ALSOGENLIB_MACRO(3), genlib(1)ASIM/LIP6 30 July 2004 DPGEN_DFF(3)
Related Man Pages |
---|
dpgen_dfft(3) - debian |
dpgen_rf1(3) - debian |
dpgen_rf1d(3) - debian |
dpgen_rom4(3) - debian |
genlib_macro(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Find columns in a file based on header and print to new file |