Don't send out X state from the memory behavioural

Just send out all 1s.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
nia-debug
Anton Blanchard 5 years ago committed by Anton Blanchard
parent c3a5782bf4
commit dce2e06f4c

@ -41,7 +41,7 @@ begin
state <= IDLE;
ret_ack <= '0';
else
ret_dat := x"XXXXXXXXXXXXXXXX";
ret_dat := x"FFFFFFFFFFFFFFFF";

-- Active
if wishbone_in.cyc = '1' then

Loading…
Cancel
Save