mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 11:57:27 -04:00
enabled SVADU for rv32/64gc
This commit is contained in:
parent
c179d76542
commit
599ebc572e
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@
|
|||
`define BPRED_SIZE 16
|
||||
`define BTB_SIZE 10
|
||||
|
||||
`define SVADU_SUPPORTED 0
|
||||
`define SVADU_SUPPORTED 1
|
||||
`define ZMMUL_SUPPORTED 0
|
||||
|
||||
// FPU division architecture
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
`define BPRED_SIZE 10
|
||||
`define BTB_SIZE 10
|
||||
|
||||
`define SVADU_SUPPORTED 0
|
||||
`define SVADU_SUPPORTED 1
|
||||
`define ZMMUL_SUPPORTED 0
|
||||
|
||||
// FPU division architecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue