debian man page for dpgen_buff

Query: dpgen_buff

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DPGEN_BUFF(3)						  Alliance - genlib User's Manual					     DPGEN_BUFF(3)

NAME
DPGEN_BUFF - Buffer Macro-Generator
SYNOPSIS
#include <genlib.h> void GENLIB_MACRO (DPGEN_BUFF, char *modelname, long flags, long N, long drive);
DESCRIPTION
Generate a N bits buffer with an output power of drive named modelname. Valid drive are : 2, 3 or 4. TERMINAL NAMES 1. i0 : input. 2. q : output. 3. vdd : power. 4. vss : ground. BEHAVIOR q <= i0
EXAMPLE
GENLIB_MACRO( DPGEN_BUFF , "model_buff_32" , F_BEHAV|F_PLACE , 32 , 4 ); GENLIB_LOINS( "model_buff_32" , "instance1_buff_32" , "i0[31:0]", "q[31:0]" , "vdd", "vss", NULL );
SEE ALSO
GENLIB_MACRO(3), genlib(1)
ASIM
/LIP6 30 July 2004 DPGEN_BUFF(3)
Related Man Pages
dpgen_fifo(3) - debian
dpgen_rf1d(3) - debian
dpgen_sfft(3) - debian
dpgen_shift(3) - debian
genlib_losig(3) - x11r4
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file