Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
intro_example:standard_sim [2025/05/14 18:39] rajitintro_example:standard_sim [2025/05/14 18:40] (current) rajit
Line 67: Line 67:
 </file> </file>
  
 +The result is:
 +<code>
 +$ actsim -p test etest.act
 +WARNING: source_file<32,0,f,0,f>: substituting chp model (requested prs, not found)
 +WARNING: buffer<>: substituting chp model (requested prs, not found)
 +WARNING: sink<32,0,t>: substituting chp model (requested prs, not found)
 +actsim> cycle
 +[                  50] <t2>  Sink 0: Received value 1173 (0x495)
 +[                  70] <t2>  Sink 0: Received value 43 (0x2b)
 +[                  90] <t2>  Sink 0: Received value 5 (0x5)
 +[                 110] <t1>  Source 0: Input file #0 ended.
 +[                 110] <t2>  Sink 0: Received value 6 (0x6)
 +</code>