debian man page for dpgen_buse

Query: dpgen_buse

OS: debian

Section: 3

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

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

NAME
DPGEN_BUSE - tristate Macro-Generator
SYNOPSIS
#include <genlib.h> void GENLIB_MACRO (DPGEN_BUSE, char *modelname, long flags, long N);
DESCRIPTION
Generate a N bits two inputs tristate with named modelname. TERMINAL NAMES 1. cmd : select (1 bit). 2. i0 : input (N bits). 3. q : output (N bits). 4. vdd : power. 5. vss : ground. BEHAVIOR ts:BLOCK(cmd = '1') BEGIN q <= GUARDED i0; END
EXAMPLE
GENLIB_MACRO(DPGEN_BUSE, "model_buse_32" , F_BEHAV|F_PLACE , 32 ); GENLIB_LOINS( "model_buse_32" , "instance1_buse_32" , "cmd" , "i0[31:0]" , "q[31:0]" , "vdd", "vss", NULL );
SEE ALSO
GENLIB_MACRO(3), genlib(1)
ASIM
/LIP6 30 July 2004 DPGEN_BUSE(3)
Related Man Pages
dpgen_fifo(3) - debian
dpgen_dfft(3) - debian
dpgen_nand2mask(3) - debian
dpgen_rom4(3) - debian
dpgen_xnor2mask(3) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?