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
sim:start [2022/07/17 06:43]
rajit [Namespace sim::rand]
sim:start [2022/07/17 06:43]
rajit [Exported processes]
Line 29: Line 29:
  
 <code act> <code act>
-export template<pint ID; pbool LOOP; pint W>+template<pint ID; pbool LOOP; pint W>
 defproc file_source(chan!(int<W>) O); defproc file_source(chan!(int<W>) O);
 </code> </code>
Line 35: Line 35:
  
 <code act> <code act>
-export template<pint ID; pbool LOOP; pint W>+template<pint ID; pbool LOOP; pint W>
 defproc check_sink(chan?(int<W>) I); defproc check_sink(chan?(int<W>) I);
 </code> </code>