Skip to content

Commit

Permalink
Clarify that slave periph EXT and ERROR IDs both redirect to errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Feb 28, 2024
1 parent 948031e commit a39aaaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pulp_cluster_package.sv
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ package pulp_cluster_package;
parameter int unsigned SPER_DMA_FC_ID = 7; // 0x1C00 - 0x2000
parameter int unsigned SPER_HMR_UNIT_ID = 8; // 0x2000 - 0x2400
parameter int unsigned SPER_TCDM_SCRUBBER_ID = 9; // 0x2400 - 0x2800
parameter int unsigned SPER_EXT_ID = 10; // 0x2800 - 0x2C00
parameter int unsigned SPER_ERROR_ID = 11; // 0x2C00 - 0x3000
parameter int unsigned SPER_EXT_ID = 10; // -> unmapped, directed to error
parameter int unsigned SPER_ERROR_ID = 11; // -> unmapped, directed to error

// The following parameters refer to the cluster AXI crossbar
localparam byte_t NumAxiSubordinatePorts = 4;
Expand Down

0 comments on commit a39aaaf

Please sign in to comment.