From 7a1c5a6702bf519d61b46bf00e48f269fad19979 Mon Sep 17 00:00:00 2001 From: laraibkhan-lm <73219142+laraibkhan-lm@users.noreply.github.com> Date: Mon, 11 Jan 2021 15:40:56 +0500 Subject: [PATCH] Update lsu_ecc.scala --- design/src/main/scala/lsu/lsu_ecc.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/design/src/main/scala/lsu/lsu_ecc.scala b/design/src/main/scala/lsu/lsu_ecc.scala index a9a6cc1e..e8dbb080 100644 --- a/design/src/main/scala/lsu/lsu_ecc.scala +++ b/design/src/main/scala/lsu/lsu_ecc.scala @@ -117,8 +117,7 @@ class lsu_ecc extends Module with lib with RequireAsyncReset { double_ecc_error_lo_r := double_ecc_error_lo_any io.lsu_single_ecc_error_r := io.single_ecc_error_hi_r | io.single_ecc_error_lo_r; io.lsu_double_ecc_error_r := double_ecc_error_hi_r | double_ecc_error_lo_r - } - .otherwise { + }.otherwise { ldst_dual_m := io.lsu_addr_m(2) =/= io.end_addr_m(2) is_ldst_m := io.lsu_pkt_m.valid & (io.lsu_pkt_m.bits.load | io.lsu_pkt_m.bits.store) & io.addr_in_dccm_m & io.lsu_dccm_rden_m is_ldst_lo_m := is_ldst_m & !io.dec_tlu_core_ecc_disable