From: Luke Kenneth Casson Leighton Date: Fri, 27 Jul 2018 09:53:35 +0000 (+0100) Subject: add extra -D options to makefile template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=183ac4b124b5ca44d4ff1293adb59dd2e25efc5e;p=pinmux.git add extra -D options to makefile template --- diff --git a/src/bsv/pinmux_generator.py b/src/bsv/pinmux_generator.py index 9859fc2..fb452b0 100644 --- a/src/bsv/pinmux_generator.py +++ b/src/bsv/pinmux_generator.py @@ -442,6 +442,11 @@ def write_instances(idef, p, ifaces): `define PERFMONITORS 64 `define DCACHE_WAYS 4 `define DCACHE_TAG_BITS 20 // tag_bits = 52 + +// CLINT + `define ClintBase 'h02000000 + `define ClintEnd 'h020BFFFF + `define PLIC `define PLICBase 'h0c000000 `define PLICEnd 'h10000000