From cb454e4c550ff291d83b08b840c8a2399f4b6d4e Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Fri, 30 Jun 2023 10:43:48 +0100 Subject: [PATCH] Moved Test IO filelist into this repo --- flist/socdebug_socket_ip.flist | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 flist/socdebug_socket_ip.flist diff --git a/flist/socdebug_socket_ip.flist b/flist/socdebug_socket_ip.flist new file mode 100644 index 0000000..baf7481 --- /dev/null +++ b/flist/socdebug_socket_ip.flist @@ -0,0 +1,21 @@ +//----------------------------------------------------------------------------- +// SoCDebug Socket IP 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 NanoSoC Chip Test Interface IP +//----------------------------------------------------------------------------- + +// ============= Verilog library extensions =========== ++libext+.v+.vlib + +// ============= NanoSoC Chip Test Interface IP Filelists ============= +$(SOCLABS_SOCDEBUG_TECH_DIR)/socket/verilog/axi_stream_io_v1_0_axi_s.v +$(SOCLABS_SOCDEBUG_TECH_DIR)/socket/verilog/axi_stream_io_v1_0.v +$(SOCLABS_SOCDEBUG_TECH_DIR)/socket/verilog/ft232h_ft1248_x1.v \ No newline at end of file -- GitLab