Don't send out X state from the memory behavioural
authorAnton Blanchard <anton@linux.ibm.com>
Tue, 10 Sep 2019 06:46:41 +0000 (16:46 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Tue, 10 Sep 2019 06:46:41 +0000 (16:46 +1000)
Just send out all 1s.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
simple_ram_behavioural.vhdl

index 4279bb1994205f1c5a2fd71c155edd31a459515a..6d76d76011f6767cb367a35ffef992e3f2473c82 100644 (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