|
Post by amitk3553 on May 14, 2013 5:40:04 GMT
What is the exact meaning of timing annotation?
|
|
|
Post by karandeep963 on May 14, 2013 16:57:26 GMT
As per my understanding notion of time means "Representation of time" or more specifically it would be timing resolutions. With context to SystemC it supports SC_FS // Femto Second SC_PS // Pico Second SC_NS // Nano Second SC_US // Micro Second SC_MS // Milli Second SC_SEC // Sec Second Correct me if I have mistaken. Regards, KS
|
|
|
Post by karandeep963 on May 14, 2013 18:01:17 GMT
SystemC LRM states the SystemC "Notion of time sequenced operations".
Which as per my knowledge this depicts that the operationsor processes in SystemC are timed based in the context of the simulation.
Supporting the above the statement , the simulation kernel updates and evaluates the processes based on the time of their occurance in the list of runnable processes.
In other words , list of runnable processes is filled on the basis of time the processes have occured.
Thus SystemC "Notion of time sequenced operations" which is not available in C/C++.
Thus making possible the concurrency of processes in SystemC based on timing notion.
Regards, KS
|
|