Commit 3b989e6e authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: further cleanup of WB INT

parent e7cd73db
......@@ -140,8 +140,7 @@ entity gn4124_core is
dma_ack_i : in std_logic;
dma_stall_i : in std_logic;
dma_err_i : in std_logic := '0'; -- not used internally
dma_rty_i : in std_logic := '0'; -- not used internally
dma_int_i : in std_logic := '0' -- not used internally
dma_rty_i : in std_logic := '0' -- not used internally
);
end gn4124_core;
......
......@@ -157,8 +157,7 @@ package gn4124_core_pkg is
dma_ack_i : in std_logic := '0';
dma_stall_i : in std_logic := '0';
dma_err_i : in std_logic := '0';
dma_rty_i : in std_logic := '0';
dma_int_i : in std_logic := '0'
dma_rty_i : in std_logic := '0'
);
end component gn4124_core;
......
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