]> jspc29.x-matter.uni-frankfurt.de Git - trb5sc.git/commitdiff
-a
authorBenedikt Gutsche <b.gutsche@gsi.de>
Thu, 4 Apr 2024 12:07:13 +0000 (14:07 +0200)
committerBenedikt Gutsche <b.gutsche@gsi.de>
Thu, 4 Apr 2024 12:07:13 +0000 (14:07 +0200)
vldb/code/Testbench/testbench_tools.vhd

index b24ff318e51f104929976a185b6c139210aaff23..c2b714b4d6b76d644ca3d48eb9734248e54f6a17 100644 (file)
@@ -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