Merge pull request #39 from antonblanchard/no-x-state

Don't send out X state from the memory behavioural
nia-debug
Anton Blanchard 5 years ago committed by GitHub
commit 5ee86e7621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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