[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: example.scn



  User: ahvezda 
  Date: 05/02/23 22:55:26

  Modified:    .        example.scn
  Log:
  Updated gnetlist golden regression files
  
  
  
  
  Revision  Changes    Path
  1.2       +8 -8      eda/geda/devel/gnetlist/examples/switcap/example.scn
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: example.scn
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/examples/switcap/example.scn,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- example.scn	27 Apr 2003 20:05:41 -0000	1.1
  +++ example.scn	24 Feb 2005 03:55:26 -0000	1.2
  @@ -8,24 +8,24 @@
   TITLE:my title;
   
   TIMING;
  -     PERIOD 1e-6;
        CLOCK CLK1 1 (0 3/8);
  +     PERIOD 1e-6;
   END;
   
   CIRCUIT;
        S7 (5 0) #CLK1;
  -     S8 (6 0) #CLK1;
  +     E1 (OUT 0 0 4) 2.3e5;
        S6 (OUT 6) CLK1;
  +     V1 (0 2);
        S5 (4 5) CLK1;
  -     C3 (5 6) 0.2;
        S4 (3 4) #CLK1;
  -     C2 (4 OUT) 1.0;
  -     C1 (1 3) 1.0;
  -     E1 (OUT 0 0 4) 2.3e5;
        S3 (0 3) CLK1;
  -     S1 (2 1) CLK1;
  -     V1 (0 2);
  +     C3 (5 6) 0.2;
        S2 (0 1) #CLK1;
  +     C2 (4 OUT) 1.0;
  +     S1 (2 1) CLK1;
  +     C1 (1 3) 1.0;
  +     S8 (6 0) #CLK1;
   END;
   
   /* reading analysis from "test.ana" */