From 61b872a3e8de47c7fadb9ac06c72891200256ee3 Mon Sep 17 00:00:00 2001 From: Teo Ene Date: Thu, 25 Feb 2021 11:03:41 -0600 Subject: [PATCH] Changed TIMBASE in coremark config file --- wally-pipelined/config/coremark/wally-config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wally-pipelined/config/coremark/wally-config.vh b/wally-pipelined/config/coremark/wally-config.vh index 11058a47..906373f9 100644 --- a/wally-pipelined/config/coremark/wally-config.vh +++ b/wally-pipelined/config/coremark/wally-config.vh @@ -66,7 +66,7 @@ // Peripheral memory space extends from BASE to BASE+RANGE // Range should be a thermometer code with 0's in the upper bits and 1s in the lower bits -`define TIMBASE 32'h80000000 +`define TIMBASE 32'h00000000 `define TIMRANGE 32'h0007FFFF `define CLINTBASE 32'h02000000 `define CLINTRANGE 32'h0000FFFF