fixed copy/paste error

This commit is contained in:
Mario Hüttel 2016-08-23 22:10:40 +02:00
parent ccc183c609
commit 5ff411a66d

View File

@ -84,7 +84,6 @@ begin
slave_out.b.bid <= slave_in.w.wid; slave_out.b.bid <= slave_in.w.wid;
slave_out.b.bresp <= AXI_RESP_DECERR; slave_out.b.bresp <= AXI_RESP_DECERR;
slave_out.b.bvalid <= '1'; slave_out.b.bvalid <= '1';
r_len <= unsigned(slave_in.ar.arlen);
end if; end if;
when W_ERROR => when W_ERROR =>
slave_out.w.wready <= '0'; slave_out.w.wready <= '0';