Fixed offset in o_complex_translate_all to be relative to bottom left of world bounds.
[geda-gaf/werner.git] / gnetlist / tests / skt.switcap
blobb5adf8bd8d9d29ae26b3fd978f53cd1af2379606
1 /* Switcap netlist produced by gnetlist (part of gEDA) */
2 /* See http://www.geda.seul.org for more information.  */
3 /* Switcap backend written by Dan McMahill             */
6 OPTIONS; WIDTH132; REPORT; GRID; CHKCLK; END;
8 TITLE:my title;
10 TIMING;
11      CLOCK CLK1 1 (0 3/8);
12      PERIOD 1e-6;
13 END;
15 CIRCUIT;
16      S7 (5 0) #CLK1;
17      E1 (OUT 0 0 4) 2.3e5;
18      S6 (OUT 6) CLK1;
19      V1 (0 2);
20      S5 (4 5) CLK1;
21      S4 (3 4) #CLK1;
22      S3 (0 3) CLK1;
23      C3 (5 6) 0.2;
24      S2 (0 1) #CLK1;
25      C2 (4 OUT) 1.0;
26      S1 (2 1) CLK1;
27      C1 (1 3) 1.0;
28      S8 (6 0) #CLK1;
29 END;
31 /* reading analysis from "test.ana" */ 
32 ANALYZE SSS;
33      INFREQ 100.0 1.0E6 LOG 501;
34      SET V1 AC 1.0 0.0;
35      PRINT VDB(OUT) VP(OUT);
36      END;
38 ANALYZE TRAN;
39      TIME 0+ 500 1
40      SET V1 PULSE 0 5 10e-6 5e-6 5e-6 100e-6 500e-6;
41      PRINT V(OUT);
42      END;
47 /* End of SWITCAP netlist */
48 END;