Small change to Arty reset binder name, per Jerry's PR comment.
This commit is contained in:
@@ -8,7 +8,7 @@ import freechips.rocketchip.devices.debug._
|
|||||||
|
|
||||||
import chipyard.iobinders.{ComposeIOBinder}
|
import chipyard.iobinders.{ComposeIOBinder}
|
||||||
|
|
||||||
class WithResetPassthrough extends ComposeIOBinder({
|
class WithDebugResetPassthrough extends ComposeIOBinder({
|
||||||
(system: HasPeripheryDebugModuleImp) => {
|
(system: HasPeripheryDebugModuleImp) => {
|
||||||
// Debug module reset
|
// Debug module reset
|
||||||
val io_ndreset: Bool = IO(Output(Bool())).suggestName("ndreset")
|
val io_ndreset: Bool = IO(Output(Bool())).suggestName("ndreset")
|
||||||
|
|||||||
Reference in New Issue
Block a user