Commit 8f548b06 authored by Tristan Gingold's avatar Tristan Gingold

wrc_urv_wrapper.vhd: remove duplicated assignment

parent 32286b30
Pipeline #4089 failed with stage
......@@ -164,8 +164,6 @@ begin
-- 1st MByte of the mem is the IRAM
dm_is_wishbone <= '1' when dm_addr(31 downto 20) /= x"000" else '0';
dm_data_write <= not dm_is_wishbone and dm_store;
U_iram : generic_dpram
generic map (
g_DATA_WIDTH => 32,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment