[qrouter] branch master updated (78d8a47 -> baf0a5e)

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Apr 13 18:28:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a change to branch master
in repository qrouter.

      from  78d8a47   New changelog entry
      adds  4737077   Corrected some problems with filling structures with pre-existing routes.  Also, added additional capability to define tap points with offsets in tight locations.
      adds  119aacf   Update at Fri Feb 19 10:25:44 EST 2016 by tim
      adds  2bcd16d   Merge branch 'master' into work
      adds  2a6fbad   Modified tkcon and rewrote the exit routine to make sure that tkcon writes the history file before it quits, and that the history file is unique to qrouter.
      adds  d190237   Made a number of definitions to avoid repeated calls to OGRID() in the code, making the code a bit easier to read.
      adds  79f43c3   Additional definitions to get rid of OGRID entirely from the program except as a partial definition in the header file.
      adds  29a7d8e   Revised some of the core costing functions so that use of the "force" option for routing will manage to reach otherwise unreachable taps by giving an extremely high (but not infinite) cost to following blocked paths.  "force" will then result in DRC errors but not an incomplete route.
      adds  b71646b   Update at Sun Feb 21 14:51:47 EST 2016 by tim
      adds  ec1e4e2   Merge branch 'master' into work
      adds  e405277   Uncovered a major error that was causing some routes not to reach a terminal because it was attempting to define an offset on a via outside of the geometry defining the pin, where it would need a stub route to reach the tap.  Since the flags are set up to make stub routes and offset routes mutually exclusive, the stub route got lost.
      adds  1fc6747   Update at Wed Feb 24 09:03:20 EST 2016 by tim
      adds  09b70dc   Merge branch 'master' into work
      adds  8c265c0   Corrected problem with offset vias causing offset route segments. Also started an implementation of stage3 (cleanup) routing, not finished yet.
      adds  dec14ab   Update at Sat Feb 27 11:23:32 EST 2016 by tim
      adds  3e3d5b4   Merge branch 'master' into work
      adds  b5da6c6   Changed behavior of output scaling so that it uses the values of the manufacturing grid taken from one or more LEF files, so that precisions greater than centimicrons are handled automatically rather than requiring a command-line option supplied by the user.
      adds  116f056   Merge tag '1.3.42' into upstream
       new  3f04bad   Merge tag 'upstream/1.3.42'
       new  c0a50fe   New changelog entry
       new  baf0a5e   3.9.7

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION          |   2 +-
 debian/changelog |   8 +
 debian/control   |   2 +-
 graphics.c       |  35 ++-
 graphics.h       |   2 -
 lef.c            |  65 +++++-
 lef.h            |   3 +-
 maze.c           | 343 ++++++++++++++--------------
 node.c           | 668 ++++++++++++++++++++++++++++++-------------------------
 qconfig.c        |   4 +
 qconfig.h        |   1 +
 qrouter.c        | 386 +++++++++++++++++++-------------
 qrouter.h        |  40 +++-
 tclqrouter.c     | 253 ++++++++++++++++++++-
 tkcon.tcl        |   6 +-
 15 files changed, 1131 insertions(+), 687 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qrouter.git



More information about the debian-science-commits mailing list