[arachne-pnr] 01/07: Merge tag 'upstream/0_20151224git1a4fdf9'
Ruben Undheim
rubund-guest at moszumanska.debian.org
Thu Mar 3 23:44:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository arachne-pnr.
commit 404a5cd25e0ce1e43b8bb5ab32fe51f0c3dc481c
Merge: 3693e3a 1a4fdf9
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Thu Mar 3 23:55:09 2016 +0100
Merge tag 'upstream/0_20151224git1a4fdf9'
.gitignore | 5 +
.travis.yml | 2 +-
Makefile | 24 +-
README.md | 3 +-
examples/rot/rot.v | 32 +-
fuzz/blif/blif.dict | 190 +++
fuzz/blif/testcases/bram.blif | 10 +
fuzz/blif/testcases/carry.blif | 16 +
fuzz/blif/testcases/empty.blif | 0
fuzz/blif/testcases/gb.blif | 8 +
fuzz/blif/testcases/gb_io.blif | 25 +
fuzz/blif/testcases/io.blif | 6 +
fuzz/blif/testcases/pll.blif | 16 +
fuzz/blif/testcases/rot.blif | 24 +
fuzz/blif/testcases/tri.blif | 10 +
fuzz/pcf/pcf.dict | 16 +
fuzz/pcf/rot.blif | 44 +
fuzz/pcf/testcases/empty.pcf | 0
fuzz/pcf/testcases/rot.pcf | 4 +
src/arachne-pnr.cc | 554 ++++---
src/bitvector.hh | 8 +-
src/blif.cc | 496 +++---
src/bstream.hh | 42 +-
src/chipdb.cc | 432 ++---
src/chipdb.hh | 12 +-
src/configuration.cc | 108 +-
src/configuration.hh | 10 +-
src/constant.cc | 156 +-
src/designstate.cc | 4 +-
src/global.cc | 403 ++---
src/hashmap.hh | 6 +-
src/hashset.hh | 4 +-
src/io.cc | 126 +-
src/line_parser.cc | 76 +-
src/location.hh | 2 +-
src/netlist.cc | 564 +++----
src/netlist.hh | 14 +-
src/pack.cc | 502 +++---
src/pcf.cc | 343 ++--
src/place.cc | 2010 ++++++++++++-----------
src/route.cc | 810 ++++-----
src/ullmanset.hh | 8 +-
src/util.cc | 179 +-
src/util.hh | 44 +-
src/vector.hh | 2 +-
tests/blif/attr-with-quoted-numeric-escape.blif | 3 +
tests/blif/conflicting-names-outputs.blif | 6 +
tests/blif/empty.blif | 0
tests/blif/escape-test.blif | 1 +
tests/blif/multiple-models.blif | 2 +
tests/blif/names-without-model.blif | 1 +
tests/blif/run-test.sh | 13 +
tests/blif/sb-dff-model.blif | 1 +
tests/blif/test.pcf | 2 +
tests/combinatorial/run-test.sh | 42 +-
tests/error/carry_loop.blif | 16 +
tests/error/dup_pin.blif | 4 +
tests/error/dup_pin.pcf | 6 +
tests/error/run-test.sh | 23 +
tests/error/tri.blif | 9 +
tests/fsm/run-test.sh | 42 +-
tests/regression/c3demo.blif | 31 +
tests/regression/pin_type_fail.blif | 24 +
tests/regression/pin_type_fail.pcf | 2 +
tests/regression/run-test.sh | 5 +
tests/simple/run-test.sh | 11 +-
tests/simple/sb_pll40_2_pad.v | 104 +-
tests/simple/sb_pll40_2f_core.v | 112 +-
tests/simple/sb_pll40_2f_pad.v | 112 +-
tests/simple/sb_pll40_core.v | 98 +-
tests/simple/sb_pll40_pad.v | 98 +-
tests/simple/tri.blif | 17 +
tests/test_bv.cc | 2 +-
tests/test_us.cc | 2 +-
74 files changed, 4480 insertions(+), 3659 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