missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / tests / common / singlenet-systemc.out
blobb65850e31ad916e4f1e7fa986e7d8de2be302c31
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 "7400.h"
13 SC_MODULE (not found)
16 /* Port directions begin here */
18 /* Wires from the design */
19 sc_signal<0> SING_N_2;
20 sc_signal<0> GND;
21 sc_signal<0> Vcc;
22 sc_signal<0> SING_N;
25 /* Package instantiations */
26 7400 U100;
28 SC_CTOR(not found):
29     U100("U100")
30   {
31     U100.6(SING_N);
32     U100.5(SING_N);
33     U100.4(SING_N);
34     U100.14(Vcc);
35     U100.7(GND);
36     U100.3(SING_N_2);
37     U100.1(SING_N_2);
38     U100.14(Vcc);
39     U100.7(GND);
40     U100.8(SING_N);
41     U100.10(SING_N);
42     U100.9(SING_N);
43     U100.14(Vcc);
44     U100.7(GND);
45   }