Skip to content

Commit

Permalink
Synchronize JTAG reset to JTAG.TCK.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 authored Apr 17, 2021
1 parent 0edb2fd commit fd0ba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/chipyard/src/main/scala/IOBinders.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 := clockBundle.reset
j.reset := ResetCatchAndSync(j.jtag.TCK, clockBundle.reset.toBool)
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)
Expand Down

0 comments on commit fd0ba3f

Please sign in to comment.