Enabled Zfh support in rv64gc

This commit is contained in:
David Harris 2024-01-16 11:14:43 -08:00
parent 846a0c4d50
commit 60e09965d5

View file

@ -40,7 +40,7 @@ localparam ZIFENCEI_SUPPORTED = 1;
localparam COUNTERS = 12'd32;
localparam ZICNTR_SUPPORTED = 1;
localparam ZIHPM_SUPPORTED = 1;
localparam ZFH_SUPPORTED = 0;
localparam ZFH_SUPPORTED = 1;
localparam ZFA_SUPPORTED = 0;
localparam SSTC_SUPPORTED = 1;
localparam ZICBOM_SUPPORTED = 1;