diff options
author | gatecat <gatecat@ds0.me> | 2022-03-28 14:06:09 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2022-03-29 13:37:14 +0100 |
commit | 5a9ddc067588c895a483dbb314f3ff72c72fabe2 (patch) | |
tree | ce800f06500fa5e071312141b42c90353b856339 /.cirrus | |
parent | 3ed53153ca3b38f5d488604607b50627c0b5639a (diff) | |
download | nextpnr-5a9ddc067588c895a483dbb314f3ff72c72fabe2.tar.gz nextpnr-5a9ddc067588c895a483dbb314f3ff72c72fabe2.tar.bz2 nextpnr-5a9ddc067588c895a483dbb314f3ff72c72fabe2.zip |
ice40: Merge driving LUT<=2s into carry-only LCs
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.cirrus')
-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 d1e7b47b..6561ed59 100644 --- a/.cirrus/Dockerfile.ubuntu20.04 +++ b/.cirrus/Dockerfile.ubuntu20.04 @@ -29,7 +29,7 @@ RUN set -e -x ;\ cd /usr/local/src ;\ git clone --recursive https://github.com/YosysHQ/icestorm.git ;\ cd icestorm ;\ - git reset --hard 4bc68c9620e6be20f8fe10d20f84681d80beac23 ;\ + git reset --hard 9f66f9ce16941c6417813cb87653c735a78b53ae ;\ make -j $(nproc) ;\ make install |