Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrapper:delay startup #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sangjae4309
Copy link
Contributor

This PR fix #78 error.

After gem5 write disk-image to main-memory calling recvFunctional(), gem5 trigger startup() and sendAtomic request to memory waiting linux-booting.

However, the current wrapper trigger tickEvent as soon as startup(). That interrupts atomic requests and booting is failed.

If tickEvent is delayed sufficiently, the problem is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gem5 FS integration error
1 participant