From 9256a4db6d18a7ee6c94577d627c5076da325de1 Mon Sep 17 00:00:00 2001 From: sadullah Date: Sun, 28 Jun 2020 13:10:24 -0400 Subject: [PATCH] minor change in BP top module --- .../bp_litex/simulation/ExampleBlackParrotSystem.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litex/soc/cores/cpu/blackparrot/bp_litex/simulation/ExampleBlackParrotSystem.v b/litex/soc/cores/cpu/blackparrot/bp_litex/simulation/ExampleBlackParrotSystem.v index f2f7718cc..d8380208f 100644 --- a/litex/soc/cores/cpu/blackparrot/bp_litex/simulation/ExampleBlackParrotSystem.v +++ b/litex/soc/cores/cpu/blackparrot/bp_litex/simulation/ExampleBlackParrotSystem.v @@ -23,8 +23,8 @@ module ExampleBlackParrotSystem // Tracing parameters , parameter calc_trace_p = 0 , parameter cce_trace_p = 0 - , parameter cmt_trace_p = 1 - , parameter dram_trace_p = 1 + , parameter cmt_trace_p = 0 + , parameter dram_trace_p = 0 , parameter npc_trace_p = 0 , parameter icache_trace_p = 0 , parameter dcache_trace_p = 0