Fix various imports in src/unused/
[soc.git] / src / unused / TLB / test / test_set_associative_cache.py
index edec055b3545943f2c8c3e8b5399989af99544d6..9b48bb033bdce9d0641839e778e5bae080a0fe89 100644 (file)
@@ -1,6 +1,6 @@
 from nmigen.compat.sim import run_simulation
 
-from soc.TLB.SetAssociativeCache import SetAssociativeCache
+from unused.TLB.SetAssociativeCache import SetAssociativeCache
 
 from soc.TestUtil.test_helper import assert_eq, assert_ne, assert_op