提交 af5cf0d1 编写于 作者: Y Yinan Xu

Regfile: use regfile_160x64_10w16r_sim for blackbox module name

上级 ff3c5b18
......@@ -62,7 +62,7 @@ class Regfile
)
} else {
val regfile = Module(new RegfileBlackBox)
val regfile = Module(new regfile_160x64_10w16r_sim)
regfile.io.clk := this.clock
regfile.io.gpr := hasZero.B
......@@ -143,7 +143,7 @@ class Regfile
}
class RegfileBlackBox extends BlackBox with HasBlackBoxResource {
class regfile_160x64_10w16r_sim extends BlackBox with HasBlackBoxResource {
val io = IO(new Bundle{
val clk = Input(Clock())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册