From bf2c20cd176c4d4490b31c2ea2a4d4ce22208242 Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 26 Aug 2022 21:29:26 -0700 Subject: [PATCH] Fixed DTIM/IROM_BASE number of bits in buildroot/fpga configs --- pipelined/config/buildroot/wally-config.vh | 8 ++++---- pipelined/config/fpga/wally-config.vh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pipelined/config/buildroot/wally-config.vh b/pipelined/config/buildroot/wally-config.vh index 440aa0b1..defbf458 100644 --- a/pipelined/config/buildroot/wally-config.vh +++ b/pipelined/config/buildroot/wally-config.vh @@ -86,11 +86,11 @@ // 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 DTIM_SUPPORTED 1'b0 -`define DTIM_BASE 34'h80000000 -`define DTIM_RANGE 34'h00001FFF +`define DTIM_BASE 56'h80000000 +`define DTIM_RANGE 56'h00001FFF `define IROM_SUPPORTED 1'b0 -`define IROM_BASE 34'h80000000 -`define IROM_RANGE 34'h00001FFF +`define IROM_BASE 56'h80000000 +`define IROM_RANGE 56'h00001FFF `define BOOTROM_SUPPORTED 1'b1 `define BOOTROM_BASE 56'h00001000 `define BOOTROM_RANGE 56'h00000FFF diff --git a/pipelined/config/fpga/wally-config.vh b/pipelined/config/fpga/wally-config.vh index 1e3f330e..8d9ff7e1 100644 --- a/pipelined/config/fpga/wally-config.vh +++ b/pipelined/config/fpga/wally-config.vh @@ -88,11 +88,11 @@ // 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 DTIM_SUPPORTED 1'b0 -`define DTIM_BASE 34'h80000000 -`define DTIM_RANGE 34'h00001FFF +`define DTIM_BASE 56'h80000000 +`define DTIM_RANGE 56'h00001FFF `define IROM_SUPPORTED 1'b0 -`define IROM_BASE 34'h80000000 -`define IROM_RANGE 34'h00001FFF +`define IROM_BASE 56'h80000000 +`define IROM_RANGE 56'h00001FFF `define BOOTROM_SUPPORTED 1'b1 `define BOOTROM_BASE 56'h00001000