snishizawa / libretto

Characterizer
GNU General Public License v2.0
17 stars 3 forks source link

Supoort Xyce Now, Only a few lines to be modified #6

Closed thou1940 closed 1 month ago

thou1940 commented 1 month ago

Added support for Xyce. Now both ngspice and xyce can be used. hspice has not been tested. Modifications:

  1. In the measure command, Xyce does not accept lowercase val, but only uppercase val, while ngspice accepts both.
  2. When using Xyce, change the simulation result reading file form .lis to .mt0, and make it case insensitive as the Xyce output uppercase nouns
snishizawa commented 1 month ago

Thank you, I'll try it. Also I'll implement it for char_seq.py