missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / tests / common / multiequal-verilog.out
blob5a2fe5107756e964fbad80e76b21b92ba5214679
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 GND ;
19 wire unnamed_net1 ;
21 /* continuous assignments */
23 /* Package instantiations */
24 VOLTAGE_SOURCE V1 ( 
25     .\1  ( unnamed_net1 ),
26     .\2  ( GND )
27     );
29 RESISTOR R1 ( 
30     .\2  ( unnamed_net1 ),
31     .\1  ( GND )
32     );
34 options A1 (     );
36 endmodule