Removing unused models takes much more time than keeping them
for large circuits. Probably a hash table may help here (t.b.d.).
This commit is contained in:
parent
8ef0aece58
commit
39443fafdd
|
|
@ -960,8 +960,8 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile)
|
|||
So again try to remove unused MOS models.
|
||||
All binning models are still here when w or l have been
|
||||
determined by an expression. */
|
||||
if (newcompat.hs || newcompat.spe)
|
||||
rem_unused_mos_models(deck->nextcard);
|
||||
// if (newcompat.hs || newcompat.spe)
|
||||
// rem_unused_mos_models(deck->nextcard);
|
||||
|
||||
/* now load deck into ft_curckt -- the current circuit. */
|
||||
if(inp_dodeck(deck, tt, wl_first, FALSE, options, filename) != 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue