Sophie

Sophie

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

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 "VOLTAGE_SOURCE.h"
#include "RESISTOR.h"
#include "options.h"

SC_MODULE (not found)
{

/* Port directions begin here */

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


/* Package instantiations */
VOLTAGE_SOURCE V1;
RESISTOR R1;
options A1;

SC_CTOR(not found):
    V1("V1"),
    R1("R1"),
    A1("A1")
  {
    V1.1(unnamed_net1);
    V1.2(GND);

    R1.2(unnamed_net1);
    R1.1(GND);
  }
};