diff --git a/core/taiga_config.sv b/core/taiga_config.sv index 7b97140..4f548a4 100755 --- a/core/taiga_config.sv +++ b/core/taiga_config.sv @@ -64,7 +64,7 @@ package taiga_config; QUICK_CLZ_MK2, QUICK_RADIX_4 } div_type; - parameter div_type DIV_ALGORITHM = QUICK_RADIX_4; + parameter div_type DIV_ALGORITHM = QUICK_CLZ; //Enable Atomic extension (cache operations only) parameter USE_AMO = 0;