I am designing a real-time system that produces outputs at a given interval, but the lengths are somewhat complicated. I am looking for a tool that can generate a graphical representation of the timeline of events for documentation or discussion.
As an example, I can point out that A takes 10ns, B takes N * A ns, C takes 40 + B ns. Show me the timeline when the events take into account this order of events A + A + A + 3 * (B + A + B + C) + C + C + A. Note that the timeline is in nanoseconds, not in days.
I considered Verilog or SystemC modeling, but that is too much, and I would still like to get a more pleasant output than the signal.
Is there any toolkit (GoogleAPI ?, Ruby on Rails ?, Excel ?, LaTex?) That can do such things, but I don’t know anything.
source
share