GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DPGEN_NMUX2(3) Alliance - genlib User's Manual DPGEN_NMUX2(3)

DPGEN_NMUX2 - Multiplexer Macro-Generator

#include <genlib.h>

void GENLIB_MACRO (DPGEN_NMUX2, char *modelname, long flags, long N, long drive);

Generate a N bits two inputs multiplexer with a complemented output and a power of drive named modelname.

Valid drive are : 2 or 4.

1.
cmd : select (1 bit).
2.
i1 : input (N bits).
3.
i0 : input (N bits).
4.
nq : output (N bits).
5.
vdd : power.
6.
vss : ground.

nq <= WITH cmd SELECT not i0 WHEN '0',

not i1 WHEN '1';

GENLIB_MACRO(DPGEN_NMUX2, "model_nmux2_32"

, F_BEHAV|F_PLACE
, 32
, 2
); GENLIB_LOINS( "model_nmux2_32"
, "instance1_nmux2_32"
, "cmd"
, "i1[31:0]"
, "i0[31:0]"
, "nq[31:0]"
, "vdd", "vss", NULL
);

GENLIB_MACRO(3), genlib(1)

30 July 2004 ASIM/LIP6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.