From 4f4bbbbdcb92b6a671c6e023a0a36da656805524 Mon Sep 17 00:00:00 2001 From: Peter Rugg Date: Wed, 17 Jun 2020 11:40:23 +0100 Subject: [PATCH] Add new TagController parameters to synth makefile --- src_SSITH_P3/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src_SSITH_P3/Makefile b/src_SSITH_P3/Makefile index defec0e..cbe69c5 100644 --- a/src_SSITH_P3/Makefile +++ b/src_SSITH_P3/Makefile @@ -26,6 +26,9 @@ MORE_DEFINES = \ ISA_PRIV_M ISA_PRIV_S ISA_PRIV_U \ SV39 \ ISA_I ISA_M ISA_A ISA_F ISA_D ISA_FD_DIV ISA_C \ + CheriBusBytes=8 \ + CheriMasterIDWidth=1 \ + CheriTransactionIDWidth=5 \ SHIFT_BARREL \ MULT_SERIAL \ Near_Mem_Caches \