aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/var01/tb_var01.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-03 07:40:18 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-03 21:15:07 +0100
commitf9102057180443575edcebe71edb6c3eb1fc571d (patch)
treefb79fd04913dc1bbc5f569ea842c20339b2e436d /testsuite/synth/var01/tb_var01.vhdl
parent79c615e88dd652d7f2077ccdbef0487d74febd98 (diff)
downloadghdl-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.vhdl2
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";