Skip to content

Commit

Permalink
icache: fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lingrui98 committed Nov 9, 2022
1 parent 11d0c81 commit 32104db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/xiangshan/frontend/icache/ICache.scala
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ class ICacheImp(outer: ICache) extends LazyModuleImp(outer) with HasICacheParame
io.fetch.resp <> mainPipe.io.fetch.resp

for(i <- 0 until PortNumber){
io.fetch(i).resp <> mainPipe.io.fetch(i).resp
missUnit.io.req(i) <> mainPipe.io.mshr(i).toMSHR
mainPipe.io.mshr(i).fromMSHR <> missUnit.io.resp(i)
}
Expand Down

0 comments on commit 32104db

Please sign in to comment.