Skip to content

Commit

Permalink
hw: Enforce that Ara is not compatible with multi-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Mar 13, 2024
1 parent 18bae5d commit 703a61c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1784,4 +1784,7 @@ module cheshire_soc import cheshire_pkg::*; #(
// TODO: many other things I most likely forgot
// TODO: check that LLC only exists if its output is connected (the reverse is allowed)

if (Cfg.Ara && (NumIntHarts > 1))
$error("Ara is only compatible with a single-core architecture.");

endmodule

0 comments on commit 703a61c

Please sign in to comment.