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:
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…
x
Reference in New Issue
Block a user