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:
R. Timothy Edwards 2025-10-15 08:31:58 -04:00
parent 0e84616af8
commit 9327e319da
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.562 8.3.563

View File

@ -1116,6 +1116,7 @@ simdevVisit(
break; break;
case DEV_MSUBCKT: case DEV_MSUBCKT:
case DEV_CSUBCKT: case DEV_CSUBCKT:
case DEV_DSUBCKT:
case DEV_RSUBCKT: case DEV_RSUBCKT:
case DEV_SUBCKT: case DEV_SUBCKT:
/* Use the 'x' type in .sim format. This is implemented in the */ /* Use the 'x' type in .sim format. This is implemented in the */