~ubuntu-branches/ubuntu/jaunty/electric/jaunty

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/io/input/verilog/VerilogOut.java

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-01-08 02:05:08 UTC
  • mfrom: (1.1.2 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090108020508-0h3li7zt9mu5gf0i
Tags: 8.08-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                throws IOException
87
87
        {
88
88
                Stimuli sd = new Stimuli();
89
 
                DigitalAnalysis an = new DigitalAnalysis(sd);
 
89
                DigitalAnalysis an = new DigitalAnalysis(sd, true);
90
90
                sd.setCell(cell);
91
91
                double timeScale = 1.0;
92
92
                String currentScope = "";