From 15c0687c4a2cd6118c71d9368e2825e484026012 Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Mon, 26 Feb 2024 13:27:08 +0100 Subject: [PATCH] Update CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75f2e7c9..b828f882 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -327,8 +327,8 @@ sim_questa_multivers: script: - make scripts - make clean build - - source setup/vsim.sh - - source pulp-runtime/configs/pulpissimo_cv32.sh + - export VSIM_PATH=$PWD/build/questasim + - source sw/pulp-runtime/configs/pulpissimo_cv32.sh - make -C hello clean all run dependencies: - fetch_ips_bender