Created
January 5, 2019 15:12
-
-
Save jimmysitu/b5a5322de4a66432915c100309ae2570 to your computer and use it in GitHub Desktop.
gem5 workload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash - | |
/sbin/m5 switchcpu | |
timeout 1 yes > /dev/null | |
sleep 1 | |
timeout 1 yes > /dev/null | |
sleep 1 | |
/sbin/m5 switchcpu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment