diff options
author | gatecat <gatecat@ds0.me> | 2021-12-13 16:04:45 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-12-13 20:22:06 +0000 |
commit | f36188f2e18783ea692f8b6132712a0d1da6b6b7 (patch) | |
tree | d63db5e03f36e4f8598d1bcff0b475660ea57d6b /.cirrus/Dockerfile.ubuntu20.04 | |
parent | 8720d79f21ac052138426b3268981ccd1926342a (diff) | |
download | nextpnr-f36188f2e18783ea692f8b6132712a0d1da6b6b7.tar.gz nextpnr-f36188f2e18783ea692f8b6132712a0d1da6b6b7.tar.bz2 nextpnr-f36188f2e18783ea692f8b6132712a0d1da6b6b7.zip |
ecp5: LUT permutation support
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.cirrus/Dockerfile.ubuntu20.04')
-rw-r--r-- | .cirrus/Dockerfile.ubuntu20.04 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/Dockerfile.ubuntu20.04 b/.cirrus/Dockerfile.ubuntu20.04 index 2e39058d..4f229d2d 100644 --- a/.cirrus/Dockerfile.ubuntu20.04 +++ b/.cirrus/Dockerfile.ubuntu20.04 @@ -48,7 +48,7 @@ RUN set -e -x ;\ cd /usr/local/src ;\ git clone --recursive https://github.com/YosysHQ/prjtrellis.git ;\ cd prjtrellis ;\ - git reset --hard 210a0a72757d57b278ac7397ae6b14729f149b10 ;\ + git reset --hard 7239331d5463321d4864164f320beef67310f1e5 ;\ cd libtrellis ;\ cmake . ;\ make -j $(nproc) ;\ |