mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-25 06:27:16 -04:00
default parameters updated
This commit is contained in:
parent
2ea08465ff
commit
b3f33f8644
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ package taiga_config;
|
||||||
QUICK_CLZ_MK2,
|
QUICK_CLZ_MK2,
|
||||||
QUICK_RADIX_4
|
QUICK_RADIX_4
|
||||||
} div_type;
|
} div_type;
|
||||||
parameter div_type DIV_ALGORITHM = QUICK_RADIX_4;
|
parameter div_type DIV_ALGORITHM = QUICK_CLZ;
|
||||||
|
|
||||||
//Enable Atomic extension (cache operations only)
|
//Enable Atomic extension (cache operations only)
|
||||||
parameter USE_AMO = 0;
|
parameter USE_AMO = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue