K
kevs
Guest
The problem is that i want to know how much real time has elapsed
between two events that have occured .
for eg;
if an assignment a<= 0 occurs at simulation time =0s and real time =
0s
and the assignment a<= 1fs occurs at simulation time = 1s and real
time = 1 day (just say the processor is very slow)
so i want to get the answer 1 day and not 1fs
one option that i thought was of writing a file at both the points and
thereby getting 2 files with different time stamp but it is very
crude method and would consume lot of space if i want to do
recursively
I am using modelsim so any such construct in model sim or any package
that is available online ?
thanks in advance
between two events that have occured .
for eg;
if an assignment a<= 0 occurs at simulation time =0s and real time =
0s
and the assignment a<= 1fs occurs at simulation time = 1s and real
time = 1 day (just say the processor is very slow)
so i want to get the answer 1 day and not 1fs
one option that i thought was of writing a file at both the points and
thereby getting 2 files with different time stamp but it is very
crude method and would consume lot of space if i want to do
recursively
I am using modelsim so any such construct in model sim or any package
that is available online ?
thanks in advance