drop special handling `u' in subckt, go back to `q' in the example
This commit is contained in:
parent
291212ecc4
commit
6baf73ad74
2
hic0.cir
2
hic0.cir
|
|
@ -11,7 +11,7 @@ run
|
||||||
print i(vc)
|
print i(vc)
|
||||||
.endc
|
.endc
|
||||||
.subckt hicumL0V1p1_c_sbt c b e s
|
.subckt hicumL0V1p1_c_sbt c b e s
|
||||||
uhcm0 c b e s 0 hic0_full
|
qhcm0 c b e s 0 hic0_full
|
||||||
.model hic0_full hicum0 is=1.3525E-18 vef=8.0 iqf=3.0e-2 iqr=1e6
|
.model hic0_full hicum0 is=1.3525E-18 vef=8.0 iqf=3.0e-2 iqr=1e6
|
||||||
.ends hicumL0V1p1_c_sbt
|
.ends hicumL0V1p1_c_sbt
|
||||||
.end
|
.end
|
||||||
|
|
|
||||||
|
|
@ -1902,7 +1902,7 @@ devmodtranslate(struct line *deck, char *subname, wordlist * const submod)
|
||||||
tfree(s->li_line);
|
tfree(s->li_line);
|
||||||
s->li_line = buffer;
|
s->li_line = buffer;
|
||||||
break;
|
break;
|
||||||
#if ADMS >= 3 || 1
|
#if ADMS >= 3 && 0
|
||||||
case 'u': /* urc transmissionline */ /* hijacked for adms */
|
case 'u': /* urc transmissionline */ /* hijacked for adms */
|
||||||
name = gettok_node(&t); /* this can be either a model name or a node name. */
|
name = gettok_node(&t); /* this can be either a model name or a node name. */
|
||||||
for (wlsub = submod; wlsub; wlsub = wlsub->wl_next)
|
for (wlsub = submod; wlsub; wlsub = wlsub->wl_next)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue