From 48d42c1e7cc58565d6dfdb9c29e906718b00e1b3 Mon Sep 17 00:00:00 2001 From: David Harris Date: Wed, 18 Oct 2023 05:50:41 -0700 Subject: [PATCH] Removed unnecessary RV64 PWDATA muxing from AHB peripherals because LSU already replicates --- src/uncore/ahbapbbridge.sv | 1 - src/uncore/gpio_apb.sv | 11 +++-------- src/uncore/plic_apb.sv | 10 +++------- src/uncore/uart_apb.sv | 28 +++------------------------- 4 files changed, 9 insertions(+), 41 deletions(-) diff --git a/src/uncore/ahbapbbridge.sv b/src/uncore/ahbapbbridge.sv index 381297f00..454f4d5df 100644 --- a/src/uncore/ahbapbbridge.sv +++ b/src/uncore/ahbapbbridge.sv @@ -88,7 +88,6 @@ module ahbapbbridge import cvw::*; #(parameter cvw_t P, int i; always_comb begin // default: no peripheral selected: read 0, indicate ready during access phase so bus doesn't hang - // *** also could assert ready right away HRDATA = 0; PREADYOUT = 1'b1; for (i=0; i