From 9380538d5de60b7167053a0ffcffdc0ff3882608 Mon Sep 17 00:00:00 2001 From: David Li Date: Thu, 31 Dec 2015 19:16:02 -0700 Subject: Finish DirectMappedCache.step --- src/simulator.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simulator.rs') diff --git a/src/simulator.rs b/src/simulator.rs index 27e543a..2238421 100644 --- a/src/simulator.rs +++ b/src/simulator.rs @@ -28,6 +28,7 @@ pub struct Core<'a> { pc: isa::Address, registers: RegisterFile, running: bool, + // TODO: change to memory::SharedMemory cache: Rc>>, } -- cgit v1.2.3