Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,10 @@ module cheshire_soc import cheshire_pkg::*; #(
UniqueIds: 0,
AxiAddrWidth: Cfg.AddrWidth,
AxiDataWidth: Cfg.AxiDataWidth,
NoAddrRules: AxiOut.num_rules
NoAddrRules: AxiOut.num_rules,
// Setting a `default` here allows for custom XBars with extended configs outside Cheshire.
// Importantly, this requires that '0 *disables* any and all such custom extensions.
default: '0
};

axi_xbar #(
Expand Down