aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorOlivier Galibert <galibert@pobox.com>2022-01-18 22:37:35 +0100
committerOlivier Galibert <galibert@pobox.com>2022-01-18 22:37:35 +0100
commit91a0eb93672e9c764f03fd1b0a7d22595a61c516 (patch)
tree474661f20ac357b1491b8278e1824850027600a1 /.github
parentb5fc788153bd011a4476946af5ccebde05fd2ad2 (diff)
downloadnextpnr-91a0eb93672e9c764f03fd1b0a7d22595a61c516.tar.gz
nextpnr-91a0eb93672e9c764f03fd1b0a7d22595a61c516.tar.bz2
nextpnr-91a0eb93672e9c764f03fd1b0a7d22595a61c516.zip
Mistral: fix gpio OE, add hmc bypass support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mistral_ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mistral_ci.yml b/.github/workflows/mistral_ci.yml
index 0da633e6..a02026cf 100644
--- a/.github/workflows/mistral_ci.yml
+++ b/.github/workflows/mistral_ci.yml
@@ -21,7 +21,7 @@ jobs:
- name: Execute build nextpnr
env:
MISTRAL_PATH: ${{ github.workspace }}/deps/mistral
- MISTRAL_REVISION: db29e403bede4d514fcf83948db9d4c05df07e96
+ MISTRAL_REVISION: 0c2ab2b2c6af33fea1c20349be2e0068366ed615
run: |
source ./.github/ci/build_mistral.sh
get_dependencies