aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2019-03-01 16:13:33 +0000
committerGitHub <noreply@github.com>2019-03-01 16:13:33 +0000
commitcc5edfd97eb09c625e2559424278e02faa3abac3 (patch)
tree1d1687cd94719125b3aa4b61ed7896efea3c59c5
parent0279f6371082a5a95f0613418e03bf7daf921412 (diff)
parentd0ee4cef041d6a67203250688eb4606eb86d8eff (diff)
downloadnextpnr-cc5edfd97eb09c625e2559424278e02faa3abac3.tar.gz
nextpnr-cc5edfd97eb09c625e2559424278e02faa3abac3.tar.bz2
nextpnr-cc5edfd97eb09c625e2559424278e02faa3abac3.zip
Merge pull request #244 from YosysHQ/ecp5tests
tests: Bump submodule to include ecp5 regressions
-rw-r--r--.cirrus.yml1
m---------tests0
2 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 2347b502..c97b521c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -12,3 +12,4 @@ task:
smoketest_ice40_script: export NEXTPNR=$(pwd)/build/nextpnr-ice40 && cd ice40/smoketest/attosoc && ./smoketest.sh
test_ecp5_script: cd build && ./nextpnr-ecp5-test
regressiontest_ice40_script: make -j $(nproc) -C tests/ice40/regressions NPNR=$(pwd)/build/nextpnr-ice40
+ regressiontest_ecp5_script: make -j $(nproc) -C tests/ecp5/regressions NPNR=$(pwd)/build/nextpnr-ecp5
diff --git a/tests b/tests
-Subproject baf928b5c688d1d8409da28f76c36f74e79a93a
+Subproject ee3ff3c4bdce20c47bd6c35a2f7430497b28380