harvard-acc / gem5-aladdin

End-to-end SoC simulation: integrating the gem5 system simulator with the Aladdin accelerator simulator.
BSD 3-Clause "New" or "Revised" License
210 stars 59 forks source link

MachSuite and SHOC benchmarks are still using DMA interface v1 #15

Closed xyzsam closed 4 years ago

xyzsam commented 4 years ago

DMA interface v1 is deprecated. All benchmarks should be migrated to v3. The primary difference is that now there is an explicit separation between host memory and accelerator memory, rather than the implicit difference in the past.

xyzsam commented 4 years ago

Most of this issue was resolved in this Aladdin commit.