Small change to Arty reset binder name, per Jerry's PR comment.

This commit is contained in:
James Dunn
2020-11-18 16:53:37 -08:00
parent d94a8efd43
commit 95e8365105

View File

@@ -8,7 +8,7 @@ import freechips.rocketchip.devices.debug._
import chipyard.iobinders.{ComposeIOBinder}
class WithResetPassthrough extends ComposeIOBinder({
class WithDebugResetPassthrough extends ComposeIOBinder({
(system: HasPeripheryDebugModuleImp) => {
// Debug module reset
val io_ndreset: Bool = IO(Output(Bool())).suggestName("ndreset")