Fix various imports in src/unused/
[soc.git] / src / unused / TLB / test / test_tlb.py
index 38656623effd02bdc4b360d0c82c9e96f153e607..e925c62d79cdf0548f1fef0e17d5775f1758d221 100644 (file)
@@ -3,7 +3,7 @@
 
 from nmigen.compat.sim import run_simulation
 
-from soc.TLB.TLB import TLB
+from unused.TLB.TLB import TLB
 
 from soc.TestUtil.test_helper import assert_op, assert_eq