From 2457859b2de7e14e911d4b552e4f4d087a5aa96e Mon Sep 17 00:00:00 2001 From: sadullah Date: Tue, 30 Jun 2020 23:01:25 -0400 Subject: [PATCH] update BlackParrot transducer --- .../soc/cores/cpu/blackparrot/bp_litex/bp2wb_convertor.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/litex/soc/cores/cpu/blackparrot/bp_litex/bp2wb_convertor.v b/litex/soc/cores/cpu/blackparrot/bp_litex/bp2wb_convertor.v index d045f68c..c361e7c4 100644 --- a/litex/soc/cores/cpu/blackparrot/bp_litex/bp2wb_convertor.v +++ b/litex/soc/cores/cpu/blackparrot/bp_litex/bp2wb_convertor.v @@ -97,14 +97,14 @@ module bp2wb_convertor set_stb <= 0; v_li <=0; end - else if (v_li) - begin - if (mem_resp_yumi_i) +// else if (v_li) +// begin + else if (mem_resp_yumi_i) begin v_li <= 0; ack_ctr <= 0; end - end +// end else if (mem_cmd_v_i) begin //data_li <= 0; -- 2.30.2