1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-21 01:57:39 +00:00

Don't send out X state from the memory behavioural

Just send out all 1s.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard 2019-09-10 16:46:41 +10:00 committed by Anton Blanchard
parent c3a5782bf4
commit dce2e06f4c

View File

@ -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