Skip to content

Commit

Permalink
In this branch, use CORE_TYPE=3 (CV32E40X)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed May 15, 2024
1 parent 68c2a88 commit 107a982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/pulpissimo.sv
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

module pulpissimo #(
/// 0 for CV32E40P with XPULP Extensions, 1 for IBEX RV32IMC (formerly ZERORISCY),
/// 2 for IBEX RV32EC (formerly MICRORISCY)
parameter int unsigned CORE_TYPE = 0,
/// 2 for IBEX RV32EC (formerly MICRORISCY), 3 for CV32E40X
parameter int unsigned CORE_TYPE = 3,
/// Enable XPULP extensions on CV32E40P. Has no effect if an IBEX core variant is use.
parameter bit USE_XPULP = 1,
/// Mutually exclusive with the use of IBEX. I.e. if an IBEX core variant is used, this parameter
Expand Down

0 comments on commit 107a982

Please sign in to comment.