leonardt / fault

A Python package for testing hardware (part of the magma ecosystem)
BSD 3-Clause "New" or "Revised" License
41 stars 13 forks source link

Add file IO support #89

Closed Kuree closed 5 years ago

Kuree commented 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.

leonardt commented 5 years ago

Initial support added by https://github.com/leonardt/fault/pull/92, still need to add support for the system verilog target