Merge pull request #861 from sequencer/seq_patch0

Remove deprecatation.
This commit is contained in:
Abraham Gonzalez
2021-04-22 13:26:22 -07:00
committed by GitHub

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)