Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
intro_example:connection_info [2025/05/18 15:01] rajitintro_example:connection_info [2025/05/18 15:02] (current) rajit
Line 24: Line 24:
  
 Connecting two variables makes them refer to the same circuit element. Connecting two processes makes the two variables correspond to one process (as above), and connecting two channels makes them the same channel. The Connecting two variables makes them refer to the same circuit element. Connecting two processes makes the two variables correspond to one process (as above), and connecting two channels makes them the same channel. The
-earlier examples used channel connections to connect the output of one process to the input of another.+earlier [[intro_example:chp_fifo|examples]] used channel connections to connect the output of one process to the input of another.
  
 The two connected variables can be viewed as aliases, i.e. different ways to refer to the same process. ACT provides flexible syntax to support different ways to connect variables. The two connected variables can be viewed as aliases, i.e. different ways to refer to the same process. ACT provides flexible syntax to support different ways to connect variables.