Avoid GNUism '\|' by using extended REs.
[geda-gaf.git] / gnetlist-legacy / tests / common / multiequal-systemc.out
blobcc69709eb7139ceaaf1ab642e66e5e4f56ba9467
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 "VOLTAGE_SOURCE.h"
12 #include "RESISTOR.h"
13 #include "options.h"
15 SC_MODULE (not found)
18 /* Port directions begin here */
20 /* Wires from the design */
21 sc_signal<0> GND;
22 sc_signal<0> unnamed_net1;
25 /* Package instantiations */
26 VOLTAGE_SOURCE V1;
27 RESISTOR R1;
28 options A1;
30 SC_CTOR(not found):
31     V1("V1"),
32     R1("R1"),
33     A1("A1")
34   {
35     V1.1(unnamed_net1);
36     V1.2(GND);
38     R1.2(unnamed_net1);
39     R1.1(GND);
40   }