missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / tests / common / netattrib-systemc.out
blobd014a0951180e69b7a2b19a25d686a266ec86d41
1 /* structural SystemC generated by gnetlist */
2 /* WARNING: This is a generated file, edits */
3 /*        made here will be lost next time  */
4 /*        you run gnetlist!                 */
5 /* Id ........gnet-systemc.scm (04/09/2003) */
6 /* Source...../home/geda/gnet-systemc.scm   */
7 /* Revision...0.3 (23/09/2003)              */
8 /* Author.....Jaume Masip                   */
10 #include "systemc.h"
11 #include "FUSE.h"
12 #include "7404.h"
13 #include "7404.h"
14 #include "7400.h"
16 SC_MODULE (not found)
19 /* Port directions begin here */
21 /* Wires from the design */
22 sc_signal<0> unnamed_net1;
23 sc_signal<0> netattrib;
24 sc_signal<0> GND;
25 sc_signal<0> Vcc;
26 sc_signal<0> one;
29 /* Package instantiations */
30 FUSE F1;
31 7404 U300;
32 7404 U200;
33 7400 U100;
35 SC_CTOR(not found):
36     F1("F1"),
37     U300("U300"),
38     U200("U200"),
39     U100("U100")
40   {
41     F1.1(one);
43     U300.1(one);
44     U300.2(unnamed_net1);
45     U300.7(GND);
46     U300.14(Vcc);
48     U200.1(one);
49     U200.2(netattrib);
50     U200.7(GND);
51     U200.14(Vcc);
53     U100.3(one);
54     U100.14(Vcc);
55     U100.7(GND);
56     U100.5(netattrib);
57   }