From 0f3d46413338ddd0d00a11866578ebc2b9879936 Mon Sep 17 00:00:00 2001 From: alaasal Date: Fri, 28 Aug 2020 14:36:58 +0200 Subject: [PATCH] replacing to_string with to_hstring --removing vhdl 2008 features to support vivado simulation Signed-off-by: alaasal --- core_debug.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_debug.vhdl b/core_debug.vhdl index 67e24df..d18a8cc 100644 --- a/core_debug.vhdl +++ b/core_debug.vhdl @@ -182,7 +182,7 @@ begin do_dmi_log_rd <= '1'; end if; else - report("DMI read from " & to_string(dmi_addr)); + report("DMI read from " & to_hstring(dmi_addr)); end if; elsif dmi_read_log_data = '0' and dmi_read_log_data_1 = '1' then