From b3f33f8644c25e10f40a73a758a06b0c5876351a Mon Sep 17 00:00:00 2001 From: Eric Matthews Date: Fri, 15 Nov 2019 13:30:36 -0800 Subject: [PATCH] default parameters updated --- core/taiga_config.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;