From e7355279d4cb5980c3a739df1bf429815805dbce Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Sun, 15 Dec 2019 14:55:36 +0100 Subject: [PATCH] [broken]Moved test benches to test/vhdl test/vhdl will be for test benches of the vhdl code; test/nmigen for the nmigen code. This just moves the files. They will be fixed in next commit. --- test/{ => vhdl}/cocotb/controller/Makefile | 0 test/{ => vhdl}/cocotb/controller/test.py | 0 test/{ => vhdl}/cocotb/dual_parallel/Makefile | 0 test/{ => vhdl}/cocotb/dual_parallel/dual_parallel.vhdl | 0 test/{ => vhdl}/cocotb/dual_parallel/test.py | 0 test/{ => vhdl}/ghdl/idcode/bench_idcode.sh | 0 test/{ => vhdl}/ghdl/idcode/idcode.vhdl | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename test/{ => vhdl}/cocotb/controller/Makefile (100%) rename test/{ => vhdl}/cocotb/controller/test.py (100%) rename test/{ => vhdl}/cocotb/dual_parallel/Makefile (100%) rename test/{ => vhdl}/cocotb/dual_parallel/dual_parallel.vhdl (100%) rename test/{ => vhdl}/cocotb/dual_parallel/test.py (100%) rename test/{ => vhdl}/ghdl/idcode/bench_idcode.sh (100%) rename test/{ => vhdl}/ghdl/idcode/idcode.vhdl (100%) diff --git a/test/cocotb/controller/Makefile b/test/vhdl/cocotb/controller/Makefile similarity index 100% rename from test/cocotb/controller/Makefile rename to test/vhdl/cocotb/controller/Makefile diff --git a/test/cocotb/controller/test.py b/test/vhdl/cocotb/controller/test.py similarity index 100% rename from test/cocotb/controller/test.py rename to test/vhdl/cocotb/controller/test.py diff --git a/test/cocotb/dual_parallel/Makefile b/test/vhdl/cocotb/dual_parallel/Makefile similarity index 100% rename from test/cocotb/dual_parallel/Makefile rename to test/vhdl/cocotb/dual_parallel/Makefile diff --git a/test/cocotb/dual_parallel/dual_parallel.vhdl b/test/vhdl/cocotb/dual_parallel/dual_parallel.vhdl similarity index 100% rename from test/cocotb/dual_parallel/dual_parallel.vhdl rename to test/vhdl/cocotb/dual_parallel/dual_parallel.vhdl diff --git a/test/cocotb/dual_parallel/test.py b/test/vhdl/cocotb/dual_parallel/test.py similarity index 100% rename from test/cocotb/dual_parallel/test.py rename to test/vhdl/cocotb/dual_parallel/test.py diff --git a/test/ghdl/idcode/bench_idcode.sh b/test/vhdl/ghdl/idcode/bench_idcode.sh similarity index 100% rename from test/ghdl/idcode/bench_idcode.sh rename to test/vhdl/ghdl/idcode/bench_idcode.sh diff --git a/test/ghdl/idcode/idcode.vhdl b/test/vhdl/ghdl/idcode/idcode.vhdl similarity index 100% rename from test/ghdl/idcode/idcode.vhdl rename to test/vhdl/ghdl/idcode/idcode.vhdl -- 2.30.2