Index: mentor_sch.c =================================================================== --- mentor_sch.c (revision 29527) +++ mentor_sch.c (revision 29528) @@ -284,7 +284,7 @@ { if (aspects != IMPORT_ASPECT_NETLIST) return 0; /* only pure netlist import is supported */ - return 20; + return 10; /* can't tell apart from normal edif; best if the user selects format explicitly */ }