StanfordAHA / CGRAMapper

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

No 16-bit NOT in PE implementation #73

Open Kuree opened 5 years ago

Kuree commented 5 years ago

We don't actually have 16-bit NOT in the current PE implementation, despite that it's somewhere in the hardware spec. Depends on what's implemented in CoreIR, we need to replace it with either a comparator or an XOR.

steveri commented 5 years ago

I moved this to the CGRAMapper column in AHA todo, didn't think it belonged with the hardware items...