From 0116b417397db322c1b0258ba11ff72de83def48 Mon Sep 17 00:00:00 2001 From: Viviane Potocnik Date: Fri, 15 Mar 2024 18:00:32 +0100 Subject: [PATCH] gitlab: remove the LENGTH param as it is unused --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96cd46719..3e677636f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,6 @@ occamy-full-vsim: script: - cd target/sim - make CFG_OVERRIDE=cfg/full.hjson rtl - - make LENGTH=384 sw + - make sw - make bin/occamy_top.vsim - ./run.py sw/run-full-occamy.yaml --simulator vsim