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:49]
rajit [Simulating the buffer]
intro_example:chp_fifo [2022/06/08 06:50]
rajit [Simulating the buffer]
Line 175: Line 175:
 </file> </file>
  
-This can be simulated using ''actsim'' as follows:+This can be simulated using ''actsim'' as follows. The command-line specifies the ACT file to read, as well as the top-level process name.
  
 +<code>
 +% actsim test.act test
 +
 +actsim> cycle
 +</code>