code-comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 7 Dec 2021 13:37:15 +0000 (13:37 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 7 Dec 2021 13:37:15 +0000 (13:37 +0000)
src/soc/experiment/test/test_loadstore1.py

index 0b539343184180a4e7787333ef50156158e64449..28364213c3e835847561fd3aadaaca114f2c6ddf 100644 (file)
@@ -43,7 +43,7 @@ def setup_mmu():
 
     l_in, l_out = mmu.l_in, mmu.l_out
     d_in, d_out = dcache.d_in, dcache.d_out
-    i_in, i_out = icache.i_in, icache.i_out
+    i_in, i_out = icache.i_in, icache.i_out # FetchToICache, ICacheToDecode
 
     # link mmu, dcache and icache together
     m.d.comb += dcache.m_in.eq(mmu.d_out) # MMUToDCacheType