Coolquest, Inc. Home Products Support About Contact
cbold_logo_gif C++BOLD Example Parts Library cbold_logo_gif

<<  File View  >> Class View Parts Library Examples Home

 

// This File Generated by:  pt_to_h.exe
// Source File:             sn74cbtlv3253.pt
// Destination File:        sn74cbtlv3253.h
 
#ifndef _sn74cbtlv3253_h_
#define _sn74cbtlv3253_h_
 
// AR_OFF -- auto registration is not needed
 
// THIS FILE IS IN THE PUBLIC DOMAIN.
// IT IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
// NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
class CP_SN74CBTLV3253 : public TPart {
 
public:
  port   OE1_N;     // 1OE*
  port   B1;        // AR_BUS(3,0)  // 1B4 - 1B1
  port   A1;        // 1A
  port   OE2_N;     // 2OE*
  port   B2;        // AR_BUS(3,0)  // 2B4 - 2B1
  port   A2;        // 2A
  port   S;         // AR_BUS(1,0)  // S1 - S0
  port   GND;       
  port   VCC;       
 
  CP_SN74CBTLV3253() {
    SetPackage( "DBQ16", 16 );
    SetReferencePrefix( "U" );
  }
 
  virtual void Register() {
    reg(  OE1_N );
          OE1_N.SetPin( "1" );
    regb( B1, 3, 0 );
          B1.AddPin( 3, "3" );
          B1.AddPin( 2, "4" );
          B1.AddPin( 1, "5" );
          B1.AddPin( 0, "6" );
    reg(  A1 );
          A1.SetPin( "7" );
    reg(  OE2_N );
          OE2_N.SetPin( "15" );
    regb( B2, 3, 0 );
          B2.AddPin( 3, "13" );
          B2.AddPin( 2, "12" );
          B2.AddPin( 1, "11" );
          B2.AddPin( 0, "10" );
    reg(  A2 );
          A2.SetPin( "9" );
    regb( S, 1, 0 );
          S.AddPin( 1, "2" );
          S.AddPin( 0, "14" );
    reg(  GND );
          GND.SetPin( "8" );
    reg(  VCC );
          VCC.SetPin( "16" );
  }
};
 
 
#endif

 

<<  File View  >> Class View Parts Library Examples Home

Legal Copyright © 2007 by Coolquest, Inc. Contact