diff options
Diffstat (limited to 'testsuite/synth/mem2d01/dpram1r.vhdl')
-rw-r--r-- | testsuite/synth/mem2d01/dpram1r.vhdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/synth/mem2d01/dpram1r.vhdl b/testsuite/synth/mem2d01/dpram1r.vhdl index 2c1335a1b..30c0f9f39 100644 --- a/testsuite/synth/mem2d01/dpram1r.vhdl +++ b/testsuite/synth/mem2d01/dpram1r.vhdl @@ -18,6 +18,7 @@ begin process (clk) begin if rising_edge (clk) then + -- Not a memory: uses different widths. rdat <= mem (raddr)(rbit); mem (waddr) <= wdat; end if; |