reset -> resetVal, getReset -> reset
This commit is contained in:
@ -42,7 +42,7 @@ class Core(implicit conf: RocketConfiguration) extends Module
|
||||
} else null
|
||||
|
||||
if (conf.vec) {
|
||||
val vu = Module(new vu(RegUpdate(this.getReset)))
|
||||
val vu = Module(new vu(RegUpdate(this.reset)))
|
||||
|
||||
val vdtlb = Module(new TLB(8))
|
||||
ptw += vdtlb.io.ptw
|
||||
|
Reference in New Issue
Block a user