From c408885cfce0787926fd8a21fc22f1f880e846c3 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Fri, 30 Sep 2022 09:51:26 +0200 Subject: [PATCH] tools: Update to newest version --- .gitlab-ci.yml | 6 +++--- Makefile | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 066fdc0ee..15844b86e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - SYNOPSYS_DC: synopsys-2022.03 dc_shell -64bit + SYNOPSYS_DC: synopsys-2022.03 dcnxt_shell before_script: - export PATH=~/.cargo/bin:$PATH @@ -28,7 +28,7 @@ vsim: fi parallel: matrix: - - VSIM_VER: ['10.7b', '10.7e', '2021.3'] + - VSIM_VER: ['10.7b', '2022.3'] synopsys_dc: stage: build @@ -71,7 +71,7 @@ fuse_xsim: fi parallel: matrix: - - VSIM_VER: ['10.7b', '10.7e', '2021.3'] + - VSIM_VER: ['10.7b', '2022.3'] axi_addr_test: <<: *run_vsim diff --git a/Makefile b/Makefile index bbb83f1b9..5d97a9542 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # select IIS-internal tool commands if we run on IIS machines ifneq (,$(wildcard /etc/iis.version)) VSIM ?= questa-2022.3 vsim - SYNOPSYS_DC ?= synopsys-2021.03 dcnxt_shell + SYNOPSYS_DC ?= synopsys-2022.03 dcnxt_shell else VSIM ?= vsim SYNOPSYS_DC ?= dc_shell @@ -71,6 +71,7 @@ build: elab.log: Bender.yml | build export SYNOPSYS_DC="$(SYNOPSYS_DC)"; cd build && ../scripts/synth.sh | tee ../$@ + (! grep -n "Error:" $@) compile.log: Bender.yml | build