Move files into correct folders within ariane
[soc.git] / TLB / src / SetAssociativeCache.py
index 9afa1a28ef36e5fee7383218fcd1879b5527e975..0acd34880df5651f2e7fa02194c53dfcedf470c9 100644 (file)
@@ -7,7 +7,7 @@ Python simulator of a N-way set-associative cache:
 https://github.com/vaskevich/CacheSim/blob/master/cachesim.py
 """
 import sys
-sys.path.append("../src/ariane")
+sys.path.append("ariane/src/")
 
 from nmigen import Array, Cat, Memory, Module, Signal, Mux, Elaboratable
 from nmigen.compat.genlib import fsm