mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user