Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| config:runtime [2026/02/23 14:18] – [Decomposition passes] rajit | config:runtime [2026/07/26 21:45] (current) – [Decomposition passes] rajit | ||
|---|---|---|---|
| Line 93: | Line 93: | ||
| </ | </ | ||
| + | When an array is small, it si better to translate it into latches rather than memories. | ||
| + | < | ||
| + | begin act | ||
| + | begin decomp | ||
| + | int mem_threshold 16 | ||
| + | end | ||
| + | end | ||
| + | </ | ||
| + | This converts every memory of size 16 or smaller into latches rather than a memory structure. | ||
| + | | ||
| ===== External Black Box Support ===== | ===== External Black Box Support ===== | ||