Move idcode.vhdl to test/ghdl/idcode
[c4m-jtag.git] / test / ghdl / idcode / bench_idcode.sh
index 6462c41e75a28e1812ef682b2763d609c664cc64..253efeda8b369a212f4b2aa61a5474249fa27de1 100755 (executable)
@@ -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