Move idcode.vhdl to test/ghdl/idcode
[c4m-jtag.git] / test / cocotb / controller / test.py
index 9d66ea8261b5c67be57fe0664a1ff872e4d26c20..477219438f263cce6998cac9af256d6ff37dfe14 100644 (file)
@@ -2,7 +2,7 @@ import cocotb
 from cocotb.utils import get_sim_steps
 from cocotb.binary import BinaryValue
 
-from c4m_jtag import JTAG_Master
+from c4m.cocotb.jtag.c4m_jtag import JTAG_Master
 
 @cocotb.test()
 def test01_idcode(dut):