Commit 48db76c6 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

rtl: connect and safely drive remaining memory I/F signals

parent 87a162be
......@@ -195,6 +195,8 @@ begin
sfpga_dout <= (others => '0');
sfpga_frame_out <= '0';
mem_we_o <= '0';
else
......
......@@ -225,6 +225,7 @@ begin
mem_addr_o => mem_addr,
mem_is_blt_o => mem_is_blt,
mem_we_o => mem_we,
mem_sel_o => mem_sel,
-- Function decoder
addr_decoder_i => s_addr_decoder_o,
......
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