Skip to content

Commit

Permalink
Fix incorrect echo statement in x86-full-system.py
Browse files Browse the repository at this point in the history
We are switching to the O3 CPUs in this example.
  • Loading branch information
BobbyRBruce committed Feb 27, 2023
1 parent 944661f commit e0bfa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materials/complete/x86-full-system.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# output.
command = (
"m5 exit;"
+ "echo 'This is running on Timing CPU cores.';"
+ "echo 'This is running on Timing O3 cores.';"
+ "sleep 1;"
+ "m5 exit;"
)
Expand Down

0 comments on commit e0bfa07

Please sign in to comment.