[arachne-pnr] branch master updated (16663f2 -> 1217139)

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Sep 18 10:23:56 UTC 2016


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

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

      from  16663f2   Added patch to set VER and GIT_REV
      adds  7380afe   Fix chipdb read failure on Windows
      adds  f808b8e   Merge pull request #29 from benpye/fix-windows-chipdb
      adds  2b1f138   Made number of routing passes a cmdline option
      adds  a1773dd   Changed max_passes default value to 200
      adds  11d6907   Merge branch 'pr-maxpasses'
      adds  87e97cf   This heuristic prevents the SA placer from cooling to fast. In dense iCE40 HX8K designs this make a huge difference.
      adds  5255275   Merge branch 'pr-placerfix'
      adds  e66084c   Removed some old debug output
      adds  fe4cecd   Added "make mxebin"
      adds  18e4cde   Removed another old debug log stmt
      adds  51e3180   Fixed NDEBUG builds
      adds  33c76c6   Another debug output variant for shared nets during routing
      adds  4c68202   Merge pull request #30 from cliffordwolf/pr-maxpasses
      adds  2f01a4b   Merge pull request #31 from cliffordwolf/pr-placerfix
      adds  50bc48a   Merge branch 'master' of https://github.com/cseed/arachne-pnr
      adds  45ea318   Quick fix: ignore .extra_cell LOCKED entries
      adds  93bbd41   Merge pull request #33 from cliffordwolf/pr-mxebin-logstuff
      adds  6b83364   Merge branch 'master' of github.com:cseed/arachne-pnr
      adds  81aa60f   Fixed SB_LVDS_INPUT handling
      adds  35bdd93   Improve pack_carries.
      adds  e0d7af8   Fix .travis.yml.
      adds  649abf8   Check shared SB_IO net drivers.
      adds  242b1f7   Fix Cygwin build (thanks, @yugr)
      adds  f32bba7   Merge pull request #42 from cseed/cygwinfix
      adds  51419c6   configuration: Added missing includes
      adds  26ad333   carry: Forward declare Instance
      adds  4d92c40   Added missing file headings
      adds  7c40f27   Added missing header guards
      adds  37dc1f9   Removed unused util.hh includes from headers
      adds  141abbd   Removed redundant forward declarations
      adds  fac98ff   Removed extern from global function declarations
      adds  9da134b   route: Removed uneeded includes and forward declared DesignState
      adds  6fe3c1d   Merge pull request #43 from jhol/tidyups
      adds  44a74ae   Support for 64-bit size_t offsets in bstream.hh
      adds  52e69ed   Merge pull request #44 from milkowski/master
       new  bd4f400   Merge branch 'upstream'
       new  973b72c   New changelog entry
       new  1217139   Refreshed patches

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:
 .gitignore                                        |   1 +
 .travis.yml                                       |   2 +-
 Makefile                                          |  19 +++-
 debian/changelog                                  |   6 ++
 debian/patches/01_path_to_icebox.patch            |   8 +-
 debian/patches/02_dont_run_tests.patch            |   6 +-
 debian/patches/03_fix_install_dir.patch           |   6 +-
 debian/patches/04_cxxflags.patch                  |   8 +-
 debian/patches/05_prevent_dependency_on_git.patch |   8 +-
 src/arachne-pnr.cc                                |  50 ++++++++-
 src/bstream.hh                                    |  25 +++++
 src/carry.hh                                      |   2 +
 src/chipdb.cc                                     |   5 +-
 src/chipdb.hh                                     |  11 +-
 src/configuration.hh                              |   3 +-
 src/constant.hh                                   |   2 +-
 src/designstate.cc                                |  14 +++
 src/designstate.hh                                |  19 ++++
 src/global.cc                                     |   2 -
 src/global.hh                                     |   4 +-
 src/hashmap.hh                                    |  14 +++
 src/hashset.hh                                    |  15 +++
 src/io.hh                                         |   2 +-
 src/location.hh                                   |   1 -
 src/netlist.hh                                    |   3 +-
 src/pack.cc                                       |  34 ++++--
 src/pack.hh                                       |   2 +-
 src/pcf.cc                                        |  29 ++++--
 src/pcf.hh                                        |   1 -
 src/place.cc                                      | 120 +++++++++++++++++-----
 src/place.hh                                      |  14 +--
 src/priorityq.hh                                  |  19 ++++
 src/route.cc                                      |  38 ++++++-
 src/route.hh                                      |  12 +--
 src/ullmanset.hh                                  |   5 +
 src/util.cc                                       |  12 ++-
 src/util.hh                                       |  10 +-
 src/vector.hh                                     |  14 +++
 38 files changed, 435 insertions(+), 111 deletions(-)

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



More information about the debian-science-commits mailing list