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:
Holger Vogt 2023-10-18 14:36:08 +02:00
parent 8ef0aece58
commit 39443fafdd
1 changed files with 2 additions and 2 deletions

View File

@ -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)