Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
intro_example:chp_fifo [2022/06/08 06:50]
rajit [Simulating the buffer]
intro_example:chp_fifo [2022/06/08 06:51]
rajit [Simulating the buffer]
Line 181: Line 181:
  
 actsim> cycle actsim> cycle
 +WARNING: test_sink<>: substituting chp model (requested prs, not found)
 +WARNING: test_source<>: substituting chp model (requested prs, not found)
 +WARNING: one_place_buffer<>: substituting chp model (requested prs, not found)
 +actsim> cycle
 +[                  30] <tsink>  received 0
 +[                  50] <tsink>  received 1
 +[                  70] <tsink>  received 2
 +[                  90] <tsink>  received 3
 +[                 110] <tsink>  received 4
 +[                 130] <tsink>  received 5
 +[                 150] <tsink>  received 6
 +[                 170] <tsink>  received 7
 +[                 190] <tsink>  received 8
 +[                 210] <tsink>  received 9
 +actsim>
 </code> </code>