async_regs: Make modules have predictable names
This commit is contained in:
parent
0f75ebee92
commit
7f683eeb24
@ -63,6 +63,9 @@ class AsyncResetRegVec(val w: Int, val init: BigInt) extends Module {
|
|||||||
}
|
}
|
||||||
|
|
||||||
io.q := q.asUInt
|
io.q := q.asUInt
|
||||||
|
|
||||||
|
override def desiredName = s"AsyncResetRegVec_w${w}_i${init}"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
object AsyncResetReg {
|
object AsyncResetReg {
|
||||||
|
Loading…
Reference in New Issue
Block a user