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:             fs6377.pt
// Destination File:        fs6377.h
 
#ifndef _fs6377_h_
#define _fs6377_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_FS6377_01 : public TPart {
 
public:
  port   XIN;        
  port   XOUT;       
  port   CLK_A;      
  port   CLK_B;      
  port   CLK_C;      
  port   CLK_D;      
  port   SCL;        
  port   SDA;        
  port   ADDR;       
  port   SEL_CD;     
  port   OE;         
  port   PD;         
  port   VCC;        // 2 pins  // "VDD"
  port   GND;        // 2 pins  // "VSS"
 
  CP_FS6377_01() {
    SetPackage( "SOIC16", 16 );
    SetReferencePrefix( "U" );
  }
 
  virtual void Register() {
    reg(  XIN );
          XIN.SetPin( "5" );
    reg(  XOUT );
          XOUT.SetPin( "6" );
    reg(  CLK_A );
          CLK_A.SetPin( "15" );
    reg(  CLK_B );
          CLK_B.SetPin( "13" );
    reg(  CLK_C );
          CLK_C.SetPin( "12" );
    reg(  CLK_D );
          CLK_D.SetPin( "10" );
    reg(  SCL );
          SCL.SetPin( "16" );
    reg(  SDA );
          SDA.SetPin( "1" );
    reg(  ADDR );
          ADDR.SetPin( "9" );
    reg(  SEL_CD );
          SEL_CD.SetPin( "2" );
    reg(  OE );
          OE.SetPin( "7" );
    reg(  PD );
          PD.SetPin( "3" );
    reg(  VCC );
          VCC.AddPin( "8" );
          VCC.AddPin( "14" );
    reg(  GND );
          GND.AddPin( "4" );
          GND.AddPin( "11" );
  }
};
 
 
#endif

 

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

Legal Copyright © 2007 by Coolquest, Inc. Contact