Skip to content

Commit

Permalink
[rtl] comment edits
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Feb 1, 2025
1 parent 26e7b6d commit 00a2249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtl/core/neorv32_xbus.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00a2249

Please sign in to comment.