Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYou cannot use Verilog/SV system tasks in VHDL. Both are different languages. In VHDL you can use the write () function to write values to console during simulation. Use the IEEE textio package and then call the write ( ) function.
Use Std.textio.all;
..
..
write ( ) ; -- write values to display