KenKundert / psf_utils

Read Spectre PSF files
49 stars 14 forks source link

DC sim results give rise to syntax error #3

Closed JoopBanaan closed 3 years ago

JoopBanaan commented 3 years ago

Reading a DC simulation result, gives a syntax error 'Value' in the enclosed file at line 84

I use Spectre: Version 19.1.0.373.isr7 64bit -- 21 May 2020 psf-utils=1.1.0 ply=3.11 python=3.9

dc.txt and a sim result without saving currents: dc no currents.txt

KenKundert commented 3 years ago

I had not considered scalar results (dc op point) and currently the program is not set up for it. May take a while.

KenKundert commented 3 years ago

Okay, I have updated the library on github to support DC op-point datasets. Not terrible well tested, but please give it a try.

KenKundert commented 3 years ago

I have updated pipy. Version 1.2. Thanks for the report.