From: sadullah Date: Sun, 28 Jun 2020 17:10:24 +0000 (-0400) Subject: minor change in BP top module X-Git-Tag: 24jan2021_ls180~130^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9256a4db6d18a7ee6c94577d627c5076da325de1;p=litex.git minor change in BP top module --- 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 f2f7718c..d8380208 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