Skip to content

Commit

Permalink
Merge pull request #1763 from ucb-bar/enable-sba
Browse files Browse the repository at this point in the history
Enable debug SBA on all default designs
  • Loading branch information
jerryz123 authored Feb 11, 2024
2 parents 5fcac96 + 3d77430 commit 900ce87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 900ce87

Please sign in to comment.