Avoid GNUism '\|' by using extended REs.
[geda-gaf.git] / gnetlist-legacy / tests / common / netattrib-verilog.out
blobdba917eb83b9c8d31f98a4ce2a34ba3ea0b80503
1 /* structural Verilog 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 ..........$Id$ */
6 /* Source.......$Source$ */
7 /* Revision.....$Revision$ */
8 /* Author.......$Author$ */
10 module \not found  (
12       );
14 /* Port directions begin here */
17 /* Wires from the design */
18 wire unnamed_net1 ;
19 wire netattrib ;
20 wire GND ;
21 wire Vcc ;
22 wire one ;
24 /* continuous assignments */
26 /* Package instantiations */
27 FUSE F1 ( 
28     .\1  ( one )
29     );
31 \7404  U300 ( 
32     .\1  ( one ),
33     .\2  ( unnamed_net1 ),
34     .\7  ( GND ),
35     .\14  ( Vcc )
36     );
38 \7404  U200 ( 
39     .\1  ( one ),
40     .\2  ( netattrib ),
41     .\7  ( GND ),
42     .\14  ( Vcc )
43     );
45 \7400  U100 ( 
46     .\3  ( one ),
47     .\14  ( Vcc ),
48     .\7  ( GND ),
49     .\5  ( netattrib )
50     );
52 endmodule