From 2488e55caba1c369785a93ab2578c4a1e0c40c65 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 17 Aug 2021 10:44:34 +0200 Subject: Read condition, message and severity from asserts and reports. --- testsuite/pyunit/Current.vhdl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuite/pyunit') diff --git a/testsuite/pyunit/Current.vhdl b/testsuite/pyunit/Current.vhdl index a397e8700..69f324f37 100644 --- a/testsuite/pyunit/Current.vhdl +++ b/testsuite/pyunit/Current.vhdl @@ -120,6 +120,11 @@ begin assert true nor false report "nothing" severity warning or error; when others => end case; + + report "hello" & " " & "world"; + report "vhdl" severity note; + assert true nor false report "nothing"; + assert true nor false report "nothing" severity warning; end process; a <= b; -- cgit v1.2.3