fixed copy/paste error

This commit is contained in:
Mario Hüttel 2016-08-23 22:10:40 +02:00
parent ccc183c609
commit 5ff411a66d
1 changed files with 0 additions and 1 deletions

View File

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