Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 69f063730ffa3aaa426eda1010df3ed6 > files > 1047

geda-gnetlist-1.8.2-1.fc18.i686.rpm

/* structural SystemC generated by gnetlist */
/* WARNING: This is a generated file, edits */
/*        made here will be lost next time  */
/*        you run gnetlist!                 */
/* Id ........gnet-systemc.scm (04/09/2003) */
/* Source...../home/geda/gnet-systemc.scm   */
/* Revision...0.3 (23/09/2003)              */
/* Author.....Jaume Masip                   */

#include "systemc.h"
#include "FUSE.h"
#include "7404.h"
#include "7404.h"
#include "7400.h"

SC_MODULE (not found)
{

/* Port directions begin here */

/* Wires from the design */
sc_signal<0> unnamed_net1;
sc_signal<0> netattrib;
sc_signal<0> GND;
sc_signal<0> Vcc;
sc_signal<0> one;


/* Package instantiations */
FUSE F1;
7404 U300;
7404 U200;
7400 U100;

SC_CTOR(not found):
    F1("F1"),
    U300("U300"),
    U200("U200"),
    U100("U100")
  {
    F1.1(one);

    U300.1(one);
    U300.2(unnamed_net1);
    U300.7(GND);
    U300.14(Vcc);

    U200.1(one);
    U200.2(netattrib);
    U200.7(GND);
    U200.14(Vcc);

    U100.3(one);
    U100.14(Vcc);
    U100.7(GND);
    U100.5(netattrib);
  }
};