Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
intro_example:loops [2025/05/17 11:59] – rajit | intro_example:loops [2025/05/18 14:51] (current) – [Array, loops and selection] rajit | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Array, loops and selection ====== | ====== Array, loops and selection ====== | ||
- | Apart from variables used for parameters (e.g. '' | + | |
- | names for circuit components/ | + | |
- | creates the variable '' | + | |
Complex datapath designs are often designed with array of simpler cells. The following example show how to create array of simple cells and connect them using loop constructs in ACT. | Complex datapath designs are often designed with array of simpler cells. The following example show how to create array of simple cells and connect them using loop constructs in ACT. |