From 147be536f1478d23df1417d3bc604655ec2f6c35 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Fri, 4 Jun 2021 12:23:46 -0500 Subject: [PATCH] Relocated the icache to the cache directoy. --- wally-pipelined/src/{ifu => cache}/icache.sv | 0 wally-pipelined/src/{ifu => cache}/icacheMem.sv | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename wally-pipelined/src/{ifu => cache}/icache.sv (100%) rename wally-pipelined/src/{ifu => cache}/icacheMem.sv (100%) diff --git a/wally-pipelined/src/ifu/icache.sv b/wally-pipelined/src/cache/icache.sv similarity index 100% rename from wally-pipelined/src/ifu/icache.sv rename to wally-pipelined/src/cache/icache.sv diff --git a/wally-pipelined/src/ifu/icacheMem.sv b/wally-pipelined/src/cache/icacheMem.sv similarity index 100% rename from wally-pipelined/src/ifu/icacheMem.sv rename to wally-pipelined/src/cache/icacheMem.sv