From 9c976c54d995f354469b431bd6ef58c581ab8a25 Mon Sep 17 00:00:00 2001
From: dwf1m12 <d.w.flynn@soton.ac.uk>
Date: Wed, 13 Nov 2024 20:13:07 +0000
Subject: [PATCH] update and edit gitlab-ci yaml script

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 422eb50..e3662a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,7 +94,7 @@ build-job-Z2:       # This job runs in the build stage, which runs first.
     - source set_env.sh
     - socpull
     - cd $SOCLABS_NANOSOC_TECH_DIR
-    - make build_fpga FPGA=z2 ACCELERATOR=no
+    - make build_fpga FPGA=z2 ACCELERATOR=yes
     - FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit 
     - if test -f "$FILE"; then
     -   echo "Build successful"
@@ -119,7 +119,7 @@ build-job-ZCU104:       # This job runs in the build stage, which runs first.
     - source set_env.sh
     - socpull
     - cd $SOCLABS_NANOSOC_TECH_DIR
-    - make build_fpga FPGA=zcu104 ACCELERATOR=no
+    - make build_fpga FPGA=zcu104 ACCELERATOR=yes
     - FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit 
     - if test -f "$FILE"; then
     -   echo "Build successful"
-- 
GitLab