Coolquest, Inc. Home Products Support About Contact
cbold_logo_gif C++BOLD Reference Manual cbold_logo_gif

<<< Previous CBOLD Reference Home Next >>>

 

7.3.4. wire() and wireall()

This section is under construction. See the Practical Guide to Connecting for connection examples.

Function Declaration from cb_base.h Example Use
int wire(    TBundle&        Bundle, TModPar&         ModPar );
int wire(    TPortRange MyPortRange, char*    MemberPortName = 0, int MaxMemberPorts = 1, int LeftRange = -1, int RightRange = -1 );
int wire(    char*           aNamed, char*    MemberPortName = 0, int MaxMemberPorts = 1, int LeftRange = -1, int RightRange = -1 );
int wireall( TPortRange MyPortRange, char*    MemberPortName = 0,                         int LeftRange = -1, int RightRange = -1 );
int wireall( char*           aNamed, char*    MemberPortName = 0,                         int LeftRange = -1, int RightRange = -1 );
wire( Jtag, MyFPGA );
wire( NC );
wire( "/NC", "NC" );
wireall( GND );
wireall( VCC3, "VCC" );

 

<<< Previous CBOLD Reference Home Next >>>

Legal Copyright © 2007 by Coolquest, Inc. Contact