diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-03 07:40:18 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-03 21:15:07 +0100 |
commit | f9102057180443575edcebe71edb6c3eb1fc571d (patch) | |
tree | fb79fd04913dc1bbc5f569ea842c20339b2e436d /testsuite/synth/var01/tb_var01.vhdl | |
parent | 79c615e88dd652d7f2077ccdbef0487d74febd98 (diff) | |
download | ghdl-f9102057180443575edcebe71edb6c3eb1fc571d.tar.gz ghdl-f9102057180443575edcebe71edb6c3eb1fc571d.tar.bz2 ghdl-f9102057180443575edcebe71edb6c3eb1fc571d.zip |
testsuite/synth/var01: add more tests.
Diffstat (limited to 'testsuite/synth/var01/tb_var01.vhdl')
-rw-r--r-- | testsuite/synth/var01/tb_var01.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/var01/tb_var01.vhdl b/testsuite/synth/var01/tb_var01.vhdl index 48dca33a3..a21838f17 100644 --- a/testsuite/synth/var01/tb_var01.vhdl +++ b/testsuite/synth/var01/tb_var01.vhdl @@ -29,7 +29,7 @@ begin mask <= x"f"; val <= x"12_34_56_78"; pulse; - assert res = x"12_34_56_78" severity failure; + assert res = x"12_34_56_78" report "res=" & to_hstring (res) severity failure; mask <= x"8"; val <= x"9a_00_00_00"; |