StanfordAHA / garnet

Next generation CGRA generator
BSD 3-Clause "New" or "Revised" License
106 stars 11 forks source link

Add sparse dense conversion #1069

Closed bobcheng15 closed 5 months ago

bobcheng15 commented 5 months ago
  1. Add software gold generation for sparse to dense and dense to sparse conversion.
  2. Fix bug in map.c where the flush signal for tiles residing in columns larger than 16 are not configured
  3. Workaround for the currently broken dense scanner. This is done by setting the "opal_dense_scanner_workaround" flag in the deisng_meta.json file. If this flag is set, the flush signal is configured to be from a unused GLB tile.
Joejoedesu commented 5 months ago

LGTM