Next: , Previous: CHP Skip, Up: CHP Statements


14.4.1 Loops

Loops never end. Most hardware one will describe with CHP will contain a loop. (What good is a program that only works once?)

Execution: after the last action in the loop executes, schedule the first action for execution.