Corrected a previous implementation that was supposed to not print

warning messages about ports being electrically connected when
those ports have names that match under rules of case-insensitivity,
and the .ext file is being read for the purpose of generating a
SPICE netlist, which is case-insensitive.  Also:  Corrected a crash
condition when using "extract path <name>" when directory <name>
does not exist.
This commit is contained in:
Tim Edwards
2023-07-28 09:40:41 -04:00
parent d4f8fe04c5
commit 89f1c4ee67
10 changed files with 29 additions and 40 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ defCountNets(rootDef, allSpecial)
EFScale = 0.0; /* Allows EFScale to be set to the scale value */
if (EFReadFile(rootDef->cd_name, TRUE, FALSE, TRUE))
if (EFReadFile(rootDef->cd_name, TRUE, FALSE, TRUE, FALSE))
{
EFFlatBuild(rootDef->cd_name, EF_FLATNODES | EF_NOFLATSUBCKT);
EFVisitNodes(defnodeCount, (ClientData)&total);