From 00a2249ff18a331df527deae96e528aa7756fcff Mon Sep 17 00:00:00 2001 From: stnolting Date: Sat, 1 Feb 2025 15:10:02 +0100 Subject: [PATCH] [rtl] comment edits --- rtl/core/neorv32_xbus.vhd | 1 - 1 file changed, 1 deletion(-) diff --git a/rtl/core/neorv32_xbus.vhd b/rtl/core/neorv32_xbus.vhd index 1a287b08e..0afd83d2b 100644 --- a/rtl/core/neorv32_xbus.vhd +++ b/rtl/core/neorv32_xbus.vhd @@ -27,7 +27,6 @@ entity neorv32_xbus is rstn_i : in std_ulogic; -- global reset line, low-active bus_req_i : in bus_req_t; -- bus request bus_rsp_o : out bus_rsp_t; -- bus response - -- xbus_adr_o : out std_ulogic_vector(31 downto 0); -- address xbus_dat_i : in std_ulogic_vector(31 downto 0); -- read data xbus_dat_o : out std_ulogic_vector(31 downto 0); -- write data