[broken]Moved test benches to test/vhdl
authorStaf Verhaegen <staf@stafverhaegen.be>
Sun, 15 Dec 2019 13:55:36 +0000 (14:55 +0100)
committerStaf Verhaegen <staf@stafverhaegen.be>
Mon, 16 Dec 2019 12:28:29 +0000 (13:28 +0100)
commite7355279d4cb5980c3a739df1bf429815805dbce
tree786f1e67c6bd78ae4b100b45ede6c1eaa193d736
parent09341bedae2f6ffc9ca1682435df2908f44d5039
[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.
14 files changed:
test/cocotb/controller/Makefile [deleted file]
test/cocotb/controller/test.py [deleted file]
test/cocotb/dual_parallel/Makefile [deleted file]
test/cocotb/dual_parallel/dual_parallel.vhdl [deleted file]
test/cocotb/dual_parallel/test.py [deleted file]
test/ghdl/idcode/bench_idcode.sh [deleted file]
test/ghdl/idcode/idcode.vhdl [deleted file]
test/vhdl/cocotb/controller/Makefile [new file with mode: 0644]
test/vhdl/cocotb/controller/test.py [new file with mode: 0644]
test/vhdl/cocotb/dual_parallel/Makefile [new file with mode: 0644]
test/vhdl/cocotb/dual_parallel/dual_parallel.vhdl [new file with mode: 0644]
test/vhdl/cocotb/dual_parallel/test.py [new file with mode: 0644]
test/vhdl/ghdl/idcode/bench_idcode.sh [new file with mode: 0755]
test/vhdl/ghdl/idcode/idcode.vhdl [new file with mode: 0644]