Index: boxsym-rnd/generator.awk =================================================================== --- boxsym-rnd/generator.awk (revision 5300) +++ boxsym-rnd/generator.awk (revision 5301) @@ -340,9 +340,9 @@ function gen_monolith( ALIGN) { - ofn=basename ".sym" + ofn=basename ".ry" if (ofn == inputname) { - print "Error: can not generate monolith symbol because of file name collision. Rename your input file so it doesn't end in .sym!" > "/dev/stderr" + print "Error: can not generate monolith symbol because of file name collision. Rename your input file so it doesn't end in .ry!" > "/dev/stderr" return } ALIGN["cfg", "expand_slot"] = 1 @@ -358,7 +358,7 @@ function gen_slot(sn ,ALIGN) { - ofn=basename "_" sn ".sym" + ofn=basename "_" sn ".ry" ALIGN["cfg", "expand_slot"] = 0 align_pins(sn, ALIGN) sym_begin(refdes, -2*pin_grid, -pin_grid)