Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
intro_example:chp_fifo [2022/06/26 18:37] – [Simulating the buffer] rajitintro_example:chp_fifo [2025/05/01 15:36] (current) – [Simulating the buffer] rajit
Line 198: Line 198:
 </code> </code>
 The first set of numbers is the time (default delays are 10 time units for each step in the CHP program). Next, the instance name is specified in angle brackets. Finally the log message is displayed. The first set of numbers is the time (default delays are 10 time units for each step in the CHP program). Next, the instance name is specified in angle brackets. Finally the log message is displayed.
 +
 +''log()'' is used to print output for debugging purposes. When the circuit is going to be synthesized, the ''log()'' statements are simply skipped.