remove toBool to asBool.

This commit is contained in:
Jiuyang Liu
2021-04-20 02:54:29 +00:00
parent 70afebae9f
commit 4901e2d257

View File

@@ -231,7 +231,7 @@ class WithDebugIOCells extends OverrideLazyIOBinder({
d.disableDebug.foreach { d => d := false.B }
// Drive JTAG on-chip IOs
d.systemjtag.map { j =>
j.reset := ResetCatchAndSync(j.jtag.TCK, clockBundle.reset.toBool)
j.reset := ResetCatchAndSync(j.jtag.TCK, clockBundle.reset.asBool)
j.mfr_id := p(JtagDTMKey).idcodeManufId.U(11.W)
j.part_number := p(JtagDTMKey).idcodePartNum.U(16.W)
j.version := p(JtagDTMKey).idcodeVersion.U(4.W)