mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 21:08:08 -04:00
Enabled Zfh support in rv64gc
This commit is contained in:
parent
846a0c4d50
commit
60e09965d5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue