提交 09606cfd 编写于 作者: Z Zihao Yu

fix indent

上级 614aaf64
......@@ -18,7 +18,7 @@ object SimpleBusCmd {
def writeBurst = "b0011".U // write | refill
def writeLast = "b0111".U // write | refill
def probe = "b1000".U // read | do nothing
def prefetch = "b0100".U // read | refill
def prefetch = "b0100".U // read | refill
// resp
def readLast = "b0110".U
......
......@@ -33,8 +33,7 @@ class NOOPSoC(implicit val p: NOOPConfig) extends Module with HasSoCParameter {
})
val noop = Module(new NOOP)
val cohMg = Module(new CoherenceManager)
val cohMg = Module(new CoherenceManager)
val xbar = Module(new SimpleBusCrossbarNto1(2))
cohMg.io.in <> noop.io.imem.mem
noop.io.dmem.coh <> cohMg.io.out.coh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册