config for rv32gc

This commit is contained in:
James Stine 2024-06-05 10:40:18 -05:00
parent f92783e8ad
commit 5cdd423bf4

View File

@ -34,7 +34,7 @@ localparam XLEN = 32'd32;
localparam IEEE754 = 0; localparam IEEE754 = 0;
// Debug Module implemented // Debug Module implemented
localparam logic DEBUG_SUPPORTED = 1'b0; localparam logic DEBUG_SUPPORTED = 1'b1;
// RISC-V configuration per specification // RISC-V configuration per specification
// Base instruction set (defaults to I if E is not supported) // Base instruction set (defaults to I if E is not supported)