[qrouter] branch master updated (09f4942 -> 7f9bcb4)

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Nov 16 18:01:36 UTC 2015


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

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

      from  09f4942   Reverted accidental commit of some files
      adds  2be5060   Updated the configure script with a few more common locations for finding tclConfig.sh and tkConfig.sh.
      adds  daaae19   Update at Sun Oct 18 17:49:36 EDT 2015 by tim
      adds  f42d628   Merge branch 'master' into work
      adds  8257580   Corrected configuration to properly handle "prefix" in the configure line.
      adds  7007d02   Update at Fri Oct 30 09:18:15 EDT 2015 by tim
      adds  3bbc51f   Merge branch 'master' into work
      adds  7fe4993   Change to blockage generation for variable pitch route layers: Pins cannot be marked blocked because they're on an odd numbered route track.
      adds  c833fdc   Update at Thu Nov  5 08:28:38 EST 2015 by tim
      adds  4459d11   Merge branch 'master' into work
      adds  35e6064   Rearranged some code for processing the config file.  The -i option now checks for N-spaced tracks and dumps this information to the info file so that a placement tool can use it to make sure that any pins on a double-spaced route layer are also double- spaced.
      adds  e13f8c3   Split the search for route obstructions into two passes, so that all route positions that are inside grid points are marked prior to the second pass.  This prevents the routine from missing a blockage because it wasn't processed yet.  Also added additional checks when creating an offset tap position, to find obstructions on the layer above in the direction of the offset that would make it impossible to place a via without causing a DRC error.
      adds  9b31118   Update at Tue Nov 10 10:36:55 EST 2015 by tim
      adds  bdbb26c   Merge branch 'master' into work
      adds  444802f   Corrected writeback_segment so that offset taps marked unroutable are done along the length of a route, not just on the sides of a via terminal;  plus, the direction of the offset is calculated correctly.
      adds  18b07cc   Added checks in emit_routed_net() for a layer change between two wires.  This situation is caused by cleanup_net() and should be treated as the start of a new route.
      adds  4093971   Update at Thu Nov 12 09:08:38 EST 2015 by tim
      adds  66f66a0   Merge branch 'master' into work
      adds  d96db8b   Minor correction to last change.
      adds  2a60cf4   Corrected a bad error where a call to writeback_segment got moved outside an "if" block and thereby caused the whole net collision mechanism to be undermined, allowing nets to collide at will.  Ugh.
      adds  88898ad   Corrected a really bad error that I don't know how long has been there;  second stage routes a net but never commits that route back to the obstruction array, so subsequent nets will not see it and route over top it.
      adds  81a89ae   Update at Fri Nov 13 08:59:54 EST 2015 by tim
      adds  7460c3a   Merge branch 'master' into work
      adds  12f098e   Removed temporary file that got copied to the repository.
      adds  dc708db   Corrected calls to first and second stage routines from the non- interpreter "main" entrypoint.
      adds  33896c8   Update at Sun Nov 15 16:54:28 EST 2015 by tim
      adds  2ead352   Merge branch 'master' into work
      adds  17b74e7   Merge remote-tracking branch 'upstream/master' into upstream
       new  613a88b   Merge branch 'upstream'
       new  588b1e2   New changelog entry
       new  7f9bcb4   Fixed "--with-libdir=" because of changes upstream

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:
 Makefile.in      |   9 +-
 VERSION          |   2 +-
 configure        |  25 ++-
 configure.in     |  22 ++-
 debian/changelog |   8 +
 debian/rules     |   2 +-
 main.c           |   4 +-
 maze.c           | 128 +++++++-------
 node.c           | 509 ++++++++++++++++++++++++++++++++++++++++---------------
 node.h           |   3 +-
 qconfig.c        |   9 +-
 qconfig.h        |   2 +-
 qrouter.c        | 126 ++++++++++----
 qrouter.h        |   6 +-
 tclqrouter.c     |  33 +++-
 15 files changed, 634 insertions(+), 254 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