aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/mem02/ram3.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/mem02/ram3.vhdl')
-rw-r--r--testsuite/synth/mem02/ram3.vhdl2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/synth/mem02/ram3.vhdl b/testsuite/synth/mem02/ram3.vhdl
index d67667c3e..3988be036 100644
--- a/testsuite/synth/mem02/ram3.vhdl
+++ b/testsuite/synth/mem02/ram3.vhdl
@@ -21,5 +21,7 @@ begin
mem(ra) <= wdat;
end if;
end process;
+
+ -- As MEM is read in a whole, this is not a RAM.
val <= mem;
end behav;