Corrected ext2sim to handle the new "dsubcircuit" device type,
added in a recent commit. The extension was handled by "ext2spice" but "ext2sim" was missed. Without it, "extresist" will fail for any circuit containing a device defined in the tech file extract section with "dsubcircuit".
This commit is contained in:
parent
0e84616af8
commit
9327e319da
|
|
@ -1116,6 +1116,7 @@ simdevVisit(
|
|||
break;
|
||||
case DEV_MSUBCKT:
|
||||
case DEV_CSUBCKT:
|
||||
case DEV_DSUBCKT:
|
||||
case DEV_RSUBCKT:
|
||||
case DEV_SUBCKT:
|
||||
/* Use the 'x' type in .sim format. This is implemented in the */
|
||||
|
|
|
|||
Loading…
Reference in New Issue