Index: trunk/src_plugins/io_dsn/read.c =================================================================== --- trunk/src_plugins/io_dsn/read.c (revision 35168) +++ trunk/src_plugins/io_dsn/read.c (revision 35169) @@ -230,6 +230,7 @@ { if ((rule == NULL) || (rule->str == NULL)) return 0; +TODO("map drc rule: clearance (kevin2.dsn)"); if (rnd_strcasecmp(rule->str, "width") == 0) rnd_conf_set_design("design/min_wid", "%$mS", COORD(ctx, rule->children)); /* the rest of the rules do not have a direct mapping in the current DRC code */