[qflow] branch master updated (7d677e5 -> 766d471)

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


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

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

      from  7d677e5   New changelog entry
      adds  3921043   Corrected installation and execution for local installations of yosys.  Specifically, yosys calls yosys-abc, which if not in the standard search path, must be specified using the "-exe" switch to the "abc" command in yosys.
      adds  d7b4b74   Update at Sat Jan  9 10:44:42 EST 2016 by tim
      adds  7be6278   Merge branch 'master' into work
      adds  a2da500   Corrected handling of place2def so that it does not exit with an error if a route is given in the info file with a width or pitch of zero.  Simultaneous change to qrouter behavior should not let such routes get into the info file, though.  This check has been added to qflow as a precautionary measure only.
      adds  b4ceabf   Update at Fri Feb 12 22:08:27 EST 2016 by tim
      adds  9566440   Merge branch 'master' into work
      adds  07eed75   Corrected a number of errors in blifFanout that failed to properly handle dont_use type cells and would subsequently corrupt memory. Also corrected several lines that prevented auto-detect of buffer cells in the liberty file.
      adds  c0705f1   Update at Mon Feb 15 21:53:50 EST 2016 by tim
      adds  e40fd3a   Merge branch 'master' into work
      adds  b50ee51   Corrected an error in vesta that would segfault on attempting to deal with a latch that it thought was a flop.  Also, modified blifFanout to give more relevant diagnostic information, such as units used for loads and latencies, and showing how "strength" relates to the specified maximum latency.  Defaults for blifFanout made more realistic, especially for the default 0.35um technology, so that it doesn't constantly report that gates are too weak and try to change all [...]
      adds  a4e2659   Update at Tue Feb 16 20:24:17 EST 2016 by tim
      adds  4142114   Merge branch 'master' into work
      adds  2062071   Corrected a round-off error in the generation of .cel files by the decongest script.  This would cause overlap of cells when cells have odd-numbered widths, leading to cell X positions that precess relative to the routing grid along the width of the layout.
      adds  5fd16cf   Update at Thu Feb 18 22:34:47 EST 2016 by tim
      adds  798a05e   Merge branch 'master' into work
      adds  75669f1   Added "touch $synthlog" to the top of all the scripts after synthesize.sh so that removing the log file does not generate an error message.
      adds  66bb261   Update at Fri Feb 26 19:03:44 EST 2016 by tim
      adds  f2a0a10   Merge branch 'master' into work
      adds  b2cafbe   Fixed an incorrect parsing of one of the various possible version strings returned by yosys.
      adds  e362d09   Update at Tue Mar 15 16:36:03 EDT 2016 by tim
      adds  3b3d081   Merge branch 'master' into work
      adds  540729c   Added back parsing of option "buffer" for backwards-comptibility without breaking, although the option is non-functional.
      adds  00758e0   Update at Wed Mar 16 09:21:40 EDT 2016 by tim
      adds  aacb52b   Merge branch 'master' into work
      adds  74357fe   Merge tag '1.1.31' into upstream
       new  23929de   Merge tag 'upstream/1.1.31'
       new  766d471   New changelog entry

The 2 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 +-
 config.log               |   2 +-
 config.status            |   2 +-
 debian/changelog         |   6 +++
 scripts/Makefile         |   2 +-
 scripts/decongest.tcl.in |  11 +++--
 scripts/place2def.tcl.in |  18 +++++----
 scripts/placement.sh     |   3 ++
 scripts/qflow.sh.in      |   5 +++
 scripts/router.sh        |   9 ++++-
 scripts/synthesize.sh    |  92 +++++++++++++++++++++++-------------------
 scripts/vesta.sh         |   3 ++
 src/Makefile             |   3 +-
 src/Makefile.in          |   1 +
 src/blifFanout.c         | 103 ++++++++++++++++++++++++++++++++++++-----------
 src/readliberty.c        |   3 +-
 src/vesta.c              |   2 +
 17 files changed, 182 insertions(+), 85 deletions(-)

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



More information about the debian-science-commits mailing list