We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0571dce commit c65319cCopy full SHA for c65319c
Src/Encodings.pkg.vhdl
@@ -38,7 +38,7 @@ package body Encodings is
38
end function;
39
40
function base16_decode(constant str: string) return string is
41
- constant str_i : string(1 to str'length) := str;
+ alias str_i : string(1 to str'length) is str;
42
variable result: string (1 to str'length / 2);
43
begin
44
for x in result'range loop
0 commit comments