Skip to content

Commit

Permalink
build(deps): bump third_party/prjxray from 086f9a1 to 8ef904d (#2500
Browse files Browse the repository at this point in the history
)

Bumps [third_party/prjxray](https://github.com/SymbiFlow/prjxray) from `086f9a1` to `8ef904d`.
- [Release notes](https://github.com/SymbiFlow/prjxray/releases)
- [Commits](f4pga/prjxray@086f9a1...8ef904d)

---
updated-dependencies:
- dependency-name: third_party/prjxray
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2022
1 parent 3d9cb66 commit fb1b251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/prjxray
Submodule prjxray updated 64 files
+8 −0 .github/dependabot.yml
+9 −0 .github/kokoro/continuous-db-kintex7.cfg
+1 −1 .github/kokoro/continuous-db-spartan7.cfg
+9 −0 .github/kokoro/presubmit-db-kintex7.cfg
+1 −1 .github/kokoro/presubmit-db-spartan7.cfg
+78 −15 .github/kokoro/steps/hostcheck.sh
+28 −4 .github/kokoro/steps/hostsetup.sh
+89 −1 .github/kokoro/steps/xilinx.sh
+62 −0 .github/workflows/database.yml
+219 −0 .github/workflows/scripts/db.sh
+36 −0 .github/workflows/scripts/hostinfo.sh
+46 −0 .github/workflows/tests.yml
+1 −1 .readthedocs.yml
+18 −4 Makefile
+78 −46 README.md
+0 −0 docs/_static/.keepme
+1 −0 docs/_static/favicon.svg
+66 −0 docs/_static/logo.svg
+0 −16 docs/architecture/index.rst
+25 −146 docs/conf.py
+0 −15 docs/db_dev_process/index.rst
+18 −68 docs/db_dev_process/newpart.rst
+2 −1 docs/dev_database/common/cell_data.rst
+16 −2 docs/index.rst
+3 −3 docs/requirements.txt
+5 −7 fuzzers/005-tilegrid/Makefile
+1 −1 fuzzers/030-iob/Makefile
+8 −3 fuzzers/034-cmt-pll-pips/fixup_and_group.py
+1 −22 fuzzers/061-pcie-conf/generate_ports.tcl
+1 −22 fuzzers/063-gtp-common-conf/generate_ports.tcl
+2 −2 fuzzers/064-gtp-channel-conf/attrs.json
+1 −22 fuzzers/064-gtp-channel-conf/generate_ports.tcl
+1 −1 fuzzers/065-gtp-common-pips/Makefile
+3 −2 fuzzers/065b-gtp-common-pips/Makefile
+39 −6 fuzzers/071-ppips/generate.tcl
+6 −3 fuzzers/072-ordered_wires/Makefile
+6 −3 fuzzers/073-get_counts/Makefile
+5 −2 fuzzers/074-dump_all/Makefile
+110 −0 fuzzers/074-dump_all/ignored_wires/spartan7/xc7s50fgga484-1_ignored_wires.txt
+5 −3 fuzzers/075-pins/Makefile
+4 −0 fuzzers/Makefile
+1 −1 fuzzers/run_fuzzer.py
+7 −0 prjxray/tile_segbits.py
+25 −0 prjxray/util.py
+6 −3 requirements.txt
+6 −1 settings/artix7.sh
+6 −1 settings/artix7_200t.sh
+6 −1 settings/artix7_50t.sh
+6 −1 settings/kintex7.sh
+51 −0 settings/spartan7.sh
+4 −0 settings/spartan7/devices.yaml
+6 −1 settings/zynq7.sh
+6 −1 settings/zynq7010.sh
+1 −1 third_party/gflags
+1 −1 third_party/yaml-cpp
+7 −0 utils/create_environment.py
+2 −0 utils/dbfixup.py
+3 −0 utils/make_ports.py
+23 −5 utils/roi_all.py
+5 −0 utils/sort_db.py
+1 −1 utils/update_parts.py
+23 −7 utils/update_resources.py
+6 −2 utils/update_resources.tcl
+34 −0 utils/utils.tcl

0 comments on commit fb1b251

Please sign in to comment.