StanfordAHA / CGRAMapper

CoreIR based mapping tool for CGRA
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

concat NYI #75

Closed jeffsetter closed 5 years ago

jeffsetter commented 5 years ago

While trying to map the demosiac app, it errors out with ERROR: NYI mapping primitive corebit.concat. Needs to be a module with def!

The json is below. Note that no concat exists in the json originally. demosaic_premapped.txt

rdaly525 commented 5 years ago

This is likely a bug with the fact that CoreIR is loading all of corebit (which contains concat) into the CoreIR context. concat should be 'culled' using the 'graphcull' pass, but for some reason that is not working.

jeffsetter commented 5 years ago

No longer needing this fix.