From 3064b81281132863c0597aa5b14b6bde487253b1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 9 Jan 2021 08:39:12 +0100 Subject: testsuite/sanity: improve 004all08 (add sized bit strings) --- testsuite/sanity/004all08/all08.vhdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/sanity/004all08') diff --git a/testsuite/sanity/004all08/all08.vhdl b/testsuite/sanity/004all08/all08.vhdl index 4a47baddd..c3f5f8dba 100644 --- a/testsuite/sanity/004all08/all08.vhdl +++ b/testsuite/sanity/004all08/all08.vhdl @@ -250,11 +250,11 @@ architecture behav of reg_tb is begin case n is when 0 => - return x"0000_0000"; + return 32x"0000_0000"; when 1 => - return x"0000_0001"; + return 32d"1"; when 2 => - return x"1111_1111"; + return 32sb"1"; when 3 | 4 => return data_type'(x"3333_4444"); when 5 to 7 => -- cgit v1.2.3