verilog2vhdl
Newbie level 6

to_decstring in vhdl package
I got the following code for vhdl
WRITE(ERRORFILE, "time" & to_decstring(NOW) & ":");
from verilog of
$fdisplay (ERRORFILE, "time%d:", $time);
I get the error as
No feasible entries for subprogram "to_decstring".
in modelsim, what is the issue??
I got the following code for vhdl
WRITE(ERRORFILE, "time" & to_decstring(NOW) & ":");
from verilog of
$fdisplay (ERRORFILE, "time%d:", $time);
I get the error as
No feasible entries for subprogram "to_decstring".
in modelsim, what is the issue??