Merge pull request #1763 from ucb-bar/enable-sba
Enable debug SBA on all default designs
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user