omit operating point information as long as adms can't handle it

This commit is contained in:
dwarning 2017-08-14 12:48:24 +02:00 committed by Holger Vogt
parent 06f97c1707
commit 4bfc00ddd4
1 changed files with 2 additions and 2 deletions

View File

@ -37,14 +37,14 @@ module bjt504tva (c, b, e, s, dt);
`include "parameters.inc"
`include "variables.inc"
`include "opvars.inc"
//`include "opvars.inc"
analog begin
`include "initialize.inc"
`include "tscaling.inc"
`include "evaluate.inc"
`include "noise.inc"
`include "opinfo.inc"
//`include "opinfo.inc"
// The following can be used to print OP-info to std out:
// `include "op_print.inc"