From 0973d97fe3fc7d62f4af5c4a66a9a8035311aaf1 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Thu, 27 Apr 2023 13:46:36 +0100
Subject: [PATCH] removed engine filelist (old hang over)

---
 engine.flist | 29 -----------------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 engine.flist

diff --git a/engine.flist b/engine.flist
deleted file mode 100644
index 53f50b2..0000000
--- a/engine.flist
+++ /dev/null
@@ -1,29 +0,0 @@
-//-----------------------------------------------------------------------------
-// Accelerator Engine Filelist
-// A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
-//
-// Contributors
-//
-// David Mapstone (d.a.mapstone@soton.ac.uk)
-//
-// Copyright � 2021-3, SoC Labs (www.soclabs.org)
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-// Abstract : Verilog Command File for Top-level Accelerator Wrapper
-//-----------------------------------------------------------------------------
-
-// ============= Verilog library extensions ===========
-+libext+.v+.vlib
-
-// =============    Accelerator Module search path    =============
--y $(ACC_ENGINE_DIR)/src/rtl/
--y $(ACC_ENGINE_DIR)/src/interfaces/stream/rtl/
-+incdir+$(ACC_ENGINE_DIR)/src/rtl
-+incdir+$(ACC_ENGINE_DIR)/src/interfaces/stream/rtl
-
-$(ACC_ENGINE_DIR)/src/rtl/sha256.v
-$(ACC_ENGINE_DIR)/src/rtl/sha256_core.v
-$(ACC_ENGINE_DIR)/src/rtl/sha256_k_constants.v
-$(ACC_ENGINE_DIR)/src/rtl/sha256_w_mem.v
-
-$(ACC_ENGINE_DIR)/src/interfaces/stream/rtl/sha256_stream.v
-- 
GitLab