Fix Arty FPGA reset harness binder

This commit is contained in:
Jerry Zhao
2023-04-01 13:53:56 -07:00
parent 3e4c141b4e
commit e93bc3bed7
2 changed files with 6 additions and 6 deletions

View File

@@ -17,9 +17,9 @@ import chipyard.{BuildSystem}
// DOC include start: AbstractArty and Rocket
class WithArtyTweaks extends Config(
new WithArtyResetHarnessBinder ++
new WithArtyJTAGHarnessBinder ++
new WithArtyUARTHarnessBinder ++
new WithArtyResetHarnessBinder ++
new WithDebugResetPassthrough ++
new chipyard.config.WithDTSTimebase(32768) ++