From 09341bedae2f6ffc9ca1682435df2908f44d5039 Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Sun, 15 Dec 2019 14:52:36 +0100 Subject: [PATCH] Move idcode.vhdl to test/ghdl/idcode --- test/ghdl/idcode/bench_idcode.sh | 3 +-- test/{rtl/vhdl => ghdl/idcode}/idcode.vhdl | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename test/{rtl/vhdl => ghdl/idcode}/idcode.vhdl (100%) diff --git a/test/ghdl/idcode/bench_idcode.sh b/test/ghdl/idcode/bench_idcode.sh index 6462c41..253efed 100755 --- a/test/ghdl/idcode/bench_idcode.sh +++ b/test/ghdl/idcode/bench_idcode.sh @@ -1,6 +1,5 @@ #!/bin/sh vhdldir=`realpath ../../../c4m/vhdl/jtag` -testvhdldir=`realpath ../../rtl/vhdl` opts=--std=08 ghdl -a $opts $vhdldir/c4m_jtag_pkg.vhdl ghdl -a $opts $vhdldir/c4m_jtag_tap_fsm.vhdl @@ -9,5 +8,5 @@ ghdl -a $opts $vhdldir/c4m_jtag_idblock.vhdl ghdl -a $opts $vhdldir/c4m_jtag_iocell.vhdl ghdl -a $opts $vhdldir/c4m_jtag_ioblock.vhdl ghdl -a $opts $vhdldir/c4m_jtag_tap_controller.vhdl -ghdl -a $opts $testvhdldir/idcode.vhdl +ghdl -a $opts ./idcode.vhdl ghdl -r $opts bench_idcode --wave=bench_idcode.ghw diff --git a/test/rtl/vhdl/idcode.vhdl b/test/ghdl/idcode/idcode.vhdl similarity index 100% rename from test/rtl/vhdl/idcode.vhdl rename to test/ghdl/idcode/idcode.vhdl -- 2.30.2