Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIn VHDL
define a variable variable whatsTheTime : time; use the now function whatsTheTime := now; That will give you the elasped simulation time. Hope this helpsIn VHDL
define a variable variable whatsTheTime : time; use the now function whatsTheTime := now; That will give you the elasped simulation time. Hope this helps