projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a5782
)
Don't send out X state from the memory behavioural
author
Anton Blanchard
<anton@linux.ibm.com>
Tue, 10 Sep 2019 06:46:41 +0000
(16:46 +1000)
committer
Anton 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
patch
|
blob
|
history
diff --git
a/simple_ram_behavioural.vhdl
b/simple_ram_behavioural.vhdl
index 4279bb1994205f1c5a2fd71c155edd31a459515a..6d76d76011f6767cb367a35ffef992e3f2473c82 100644
(file)
--- a/
simple_ram_behavioural.vhdl
+++ b/
simple_ram_behavioural.vhdl
@@
-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