From 6088008f73ad74aabd3f6c5d29f567f16e1a0bc1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 28 Jul 2018 11:01:14 +0100 Subject: [PATCH] whoops num axi regs 16 too many --- src/bsv/peripheral_gen/flexbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bsv/peripheral_gen/flexbus.py b/src/bsv/peripheral_gen/flexbus.py index 6d73c89..4d5b134 100644 --- a/src/bsv/peripheral_gen/flexbus.py +++ b/src/bsv/peripheral_gen/flexbus.py @@ -7,7 +7,7 @@ class flexbus(PBase): return "import FlexBus_Types::*;" def num_axi_regs32(self): - return 0x4000000 # defines an entire memory range + return 0x400000 # defines an entire memory range def extfastifinstance(self, name, count): return self._extifinstance(name, count, "_out", "", True, -- 2.30.2