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

Incorrect path to misc.hh #5

Closed hoangt closed 6 years ago

hoangt commented 6 years ago

In src/aladdin/gem5/HybridDatapath.cpp, line 11:

include "base/misc.hh" --> #include "arch/x86/regs/misc.hh"

xyzsam commented 6 years ago

You seem to be an older version of Aladdin. See this commit: https://github.com/ysshao/ALADDIN/commit/422713be97ad0aab90bc807306702196d2c6b1c8

hoangt commented 6 years ago

Thanks, I did not have the update code by running "git recursive"