From: Benedikt Gutsche Date: Thu, 4 Apr 2024 12:07:13 +0000 (+0200) Subject: -a X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3b800cdd8e43e896e9735e94f3deaecf73bbeea7;p=trb5sc.git -a --- diff --git a/vldb/code/Testbench/testbench_tools.vhd b/vldb/code/Testbench/testbench_tools.vhd index b24ff31..c2b714b 100644 --- a/vldb/code/Testbench/testbench_tools.vhd +++ b/vldb/code/Testbench/testbench_tools.vhd @@ -22,7 +22,7 @@ package body tb_tools_package is end function; function to_bstring(slv : std_logic_vector) return string is - alias slv_norm : std_logic_vector(1 to slv'length) is slv; + alias slv_norm : std_logic_vector(1 to slv'length) is slv; variable sl_str_v : string(1 to 1); -- String of std_logic variable res_v : string(1 to slv'length); begin