Go to file
Jean-Paul Chaput d1c952b7f1 Do not create "small" BIGVIA (less than two holes).
* Bug: In <rds>, in rfmaccess.c viambkrds(), the holes of the BIGVIAs
    are aligned on a design-wide matrix to allow two overlapping BIGVIAs
    to have their holes exactly at the same places (one consequence is
    that the holes of a BIGVIA may be off-center).
      But, if the BIGVIA is "too small", that is, it's area cannot
    accomodate at least one "on grid" hole, it silently replaced by a
    default (i.e. minimal size VIA). In that case you may endup with
    a mixture of BIGVIA (when the hole is aligned) and default VIA,
    when it is not... The fun part, is that it is DRC correct, but
    looks messy.
      To avoid this, we systematically use the default VIA when the
    side of the BIGVIA is less than two holes wide (in either direction).
2014-08-02 11:53:19 +02:00
alliance/src Do not create "small" BIGVIA (less than two holes). 2014-08-02 11:53:19 +02:00
dev/scripts This commit is only to test (try 16) the mailing list. 2014-02-22 16:04:51 +01:00
.gitattributes Created .gitattributes to exclude files for the tarball. 2014-07-05 11:54:20 +02:00
.gitignore Do not create "small" BIGVIA (less than two holes). 2014-08-02 11:53:19 +02:00