提交 69f22b15 编写于 作者: J jinyue110

icache: change icache SRAM into single port

上级 40ff18ef
......@@ -183,7 +183,8 @@ class ICacheMetaArray extends ICachArray
UInt(encTagBits.W),
set=nSets,
way=nWays,
shouldReset = true
shouldReset = true,
singlePort = true
))
//read
......@@ -216,7 +217,8 @@ class ICacheDataArray extends ICachArray
"Icache_Data",
UInt(encRowBits.W),
set=nSets,
way = nWays
way = nWays,
singlePort = true
))}
//read
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册