From adbd2d2b3b1df0a291ae1563c6ac0f0a219cc75f Mon Sep 17 00:00:00 2001
From: dwf1m12 <d.w.flynn@soton.ac.uk>
Date: Thu, 3 Oct 2024 09:43:34 +0100
Subject: [PATCH] fix up QuickStart tb fileist

---
 flist/nanosoc_tb_qs.flist | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/flist/nanosoc_tb_qs.flist b/flist/nanosoc_tb_qs.flist
index 57addbc..ca472cd 100644
--- a/flist/nanosoc_tb_qs.flist
+++ b/flist/nanosoc_tb_qs.flist
@@ -20,9 +20,11 @@
 
 // - Top-level testbench - QUICKSTART
 $(SOCLABS_NANOSOC_TECH_DIR)/verif/tb/verilog/nanosoc_tb_qs.v
+$(SOCLABS_NANOSOC_TECH_DIR)/extio8x4-axis/rtl/extio8x4_axis_target.v
+$(SOCLABS_NANOSOC_TECH_DIR)/extio8x4-axis/rtl/extio8x4_tfsm.v
 
 // Include NanoSoC Testbench Components
 -f $(SOCLABS_NANOSOC_TECH_DIR)/flist/nanosoc_vip.flist
 
 // Include Corstone VIP Components - QUICKSTART
--f $(SOCLABS_NANOSOC_TECH_DIR)/flist/corstone101_vip_qs.flist
\ No newline at end of file
+-f $(SOCLABS_NANOSOC_TECH_DIR)/flist/corstone101_vip_qs.flist
-- 
GitLab