Coolquest, Inc. | Home | Products | Support | About | Contact | |||
|
<< File View >> | Class View | Parts Library | Examples Home |
// This File Generated by: pt_to_h.exe // Source File: ecl.pt // Destination File: ecl.h #ifndef _ecl_h_ #define _ecl_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_MC10EP51 : public TPart { // differential flip-flop public: port RESET; // active-high reset port D; port CLK_P; // clocked on rising edge of CLK_P port CLK_N; port Q_P; port Q_N; port VCC; // positive supply port VEE; // negative supply CP_MC10EP51() { SetPackage( "SOIC8", 8 ); SetReferencePrefix( "U" ); } virtual void Register() { reg( RESET ); RESET.SetPin( "1" ); reg( D ); D.SetPin( "2" ); reg( CLK_P ); CLK_P.SetPin( "3" ); reg( CLK_N ); CLK_N.SetPin( "4" ); reg( Q_P ); Q_P.SetPin( "7" ); reg( Q_N ); Q_N.SetPin( "6" ); reg( VCC ); VCC.SetPin( "8" ); reg( VEE ); VEE.SetPin( "5" ); } }; #endif
<< File View >> | Class View | Parts Library | Examples Home |
Legal | Copyright © 2007 by Coolquest, Inc. | Contact |