Closed Kuree closed 5 years ago
One caveat is that normal PNG files uses 8-bit pixels. Our CGRA uses 16-bit and you may need to take care of the overflow. It happens when I tried to use fault directly in GarnetFlow with pointwise.
Initial support added by https://github.com/leonardt/fault/pull/92, still need to add support for the system verilog target
One caveat is that normal PNG files uses 8-bit pixels. Our CGRA uses 16-bit and you may need to take care of the overflow. It happens when I tried to use fault directly in GarnetFlow with pointwise.