missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / tests / common / JD-verilog.out
blobd6e381478c00d31089de3e4f097eb1d3361c0ff7
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 Vdd1 ;
19 wire GND ;
20 wire LVH ;
21 wire i ;
22 wire p ;
23 wire m ;
25 /* continuous assignments */
27 /* Package instantiations */
28 model A1 (     );
30 CAPACITOR Cm ( 
31     .\1  ( m ),
32     .\2  ( GND )
33     );
35 CAPACITOR Cp ( 
36     .\1  ( p ),
37     .\2  ( GND )
38     );
40 RESISTOR Rlp ( 
41     .\2  ( Vdd1 ),
42     .\1  ( p )
43     );
45 RESISTOR Rlm ( 
46     .\2  ( GND ),
47     .\1  ( m )
48     );
50 VOLTAGE_SOURCE Vdd ( 
51     .\1  ( Vdd1 ),
52     .\2  ( GND )
53     );
55 vpulse V1 ( 
56     .\1  ( i ),
57     .\2  ( GND )
58     );
60 RESISTOR Rt ( 
61     .\2  ( m ),
62     .\1  ( p )
63     );
65 RESISTOR Rb ( 
66     .\2  ( LVH ),
67     .\1  ( GND )
68     );
70 PMOS_TRANSISTOR M1 ( 
71     .S ( Vdd1 ),
72     .B ( Vdd1 ),
73     .D ( LVH ),
74     .G ( LVH )
75     );
77 LVD X1 ( 
78     .\4  ( m ),
79     .\5  ( p ),
80     .\1  ( i ),
81     .\3  ( LVH ),
82     .\2  ( GND ),
83     .\6  ( Vdd1 ),
84     .\7  ( GND )
85     );
87 endmodule