Skip to content

Commit

Permalink
tools: Update to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Sep 30, 2022
1 parent e4600cc commit c408885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c408885

Please sign in to comment.