Merge pull request #1763 from ucb-bar/enable-sba

Enable debug SBA on all default designs
This commit is contained in:
Jerry Zhao
2024-02-11 14:40:01 -08:00
committed by GitHub

View File

@@ -83,6 +83,7 @@ class AbstractConfig extends Config(
// Set up Debug/Bringup/Testing Features
// ================================================
// JTAG
new freechips.rocketchip.subsystem.WithDebugSBA ++ /** enable the SBA (system-bus-access) feature of the debug module */
new chipyard.config.WithDebugModuleAbstractDataWords(8) ++ /** increase debug module data word capacity */
new freechips.rocketchip.subsystem.WithJtagDTM ++ /** set the debug module to expose a JTAG port */