From c08808a5981fe0e402cc7b47b0fae6b559f18e75 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Thu, 27 Apr 2023 14:03:32 +0100 Subject: [PATCH] SOC1-167: Moved Test Communication interfaces into test_io directory --- {systems => test_io}/adp_control/verilog/ADPcontrol_v1_0.v | 0 {systems => test_io}/adp_control/verilog/ADPmanager.v | 0 {systems => test_io}/axi_stream_io/verilog/axi_stream_io_v1_0.v | 0 .../axi_stream_io/verilog/axi_stream_io_v1_0_axi_s.v | 0 .../ft1248_stream_io/verilog/ft1248_stream_io_v1_0.v | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {systems => test_io}/adp_control/verilog/ADPcontrol_v1_0.v (100%) rename {systems => test_io}/adp_control/verilog/ADPmanager.v (100%) rename {systems => test_io}/axi_stream_io/verilog/axi_stream_io_v1_0.v (100%) rename {systems => test_io}/axi_stream_io/verilog/axi_stream_io_v1_0_axi_s.v (100%) rename {systems => test_io}/ft1248_stream_io/verilog/ft1248_stream_io_v1_0.v (100%) diff --git a/systems/adp_control/verilog/ADPcontrol_v1_0.v b/test_io/adp_control/verilog/ADPcontrol_v1_0.v similarity index 100% rename from systems/adp_control/verilog/ADPcontrol_v1_0.v rename to test_io/adp_control/verilog/ADPcontrol_v1_0.v diff --git a/systems/adp_control/verilog/ADPmanager.v b/test_io/adp_control/verilog/ADPmanager.v similarity index 100% rename from systems/adp_control/verilog/ADPmanager.v rename to test_io/adp_control/verilog/ADPmanager.v diff --git a/systems/axi_stream_io/verilog/axi_stream_io_v1_0.v b/test_io/axi_stream_io/verilog/axi_stream_io_v1_0.v similarity index 100% rename from systems/axi_stream_io/verilog/axi_stream_io_v1_0.v rename to test_io/axi_stream_io/verilog/axi_stream_io_v1_0.v diff --git a/systems/axi_stream_io/verilog/axi_stream_io_v1_0_axi_s.v b/test_io/axi_stream_io/verilog/axi_stream_io_v1_0_axi_s.v similarity index 100% rename from systems/axi_stream_io/verilog/axi_stream_io_v1_0_axi_s.v rename to test_io/axi_stream_io/verilog/axi_stream_io_v1_0_axi_s.v diff --git a/systems/ft1248_stream_io/verilog/ft1248_stream_io_v1_0.v b/test_io/ft1248_stream_io/verilog/ft1248_stream_io_v1_0.v similarity index 100% rename from systems/ft1248_stream_io/verilog/ft1248_stream_io_v1_0.v rename to test_io/ft1248_stream_io/verilog/ft1248_stream_io_v1_0.v -- GitLab