From 476915e58150bf42cdf0b9bbf8d1909469f83821 Mon Sep 17 00:00:00 2001
From: dwn1c21 <d.newbrook@soton.ac.uk>
Date: Mon, 24 Apr 2023 09:16:30 +0000
Subject: [PATCH] Update load_bitfile.py

---
 .../systems/mcu/fpga_imp/CI_verification/load_bitfile.py        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cortex-M0/nanosoc/systems/mcu/fpga_imp/CI_verification/load_bitfile.py b/Cortex-M0/nanosoc/systems/mcu/fpga_imp/CI_verification/load_bitfile.py
index 6855615..2e4c01a 100644
--- a/Cortex-M0/nanosoc/systems/mcu/fpga_imp/CI_verification/load_bitfile.py
+++ b/Cortex-M0/nanosoc/systems/mcu/fpga_imp/CI_verification/load_bitfile.py
@@ -2,7 +2,7 @@ import os, warnings
 from pynq import PL
 from pynq import Overlay
 
-ol = Overlay("/home/xilinx/pynq/overlays/soclabs/design.bit")
+ol = Overlay("/home/xilinx/pynq/overlays/soclabs/design_1.bit")
 
 if not os.path.exists(PL.bitfile_name):
     warnings.warn('There is no overlay loaded after boot.', UserWarning)
-- 
GitLab