Differences

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

Link to this comparison view

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