From 9998ec55025c93cbae5733189a7ec4130f691fdf Mon Sep 17 00:00:00 2001 From: Andrew Shephard Date: Wed, 23 May 2018 13:45:44 -0700 Subject: [PATCH] Updated simple_config for change of directory Changed broken command due to the removal of the tutorials directory. --- part1/simple_config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part1/simple_config.rst b/part1/simple_config.rst index 6137a19..4f44c58 100644 --- a/part1/simple_config.rst +++ b/part1/simple_config.rst @@ -251,7 +251,7 @@ So, we can simply run gem5 from the root gem5 directory as: .. code-block:: sh - build/X86/gem5.opt configs/tutorial/simple.py + build/X86/gem5.opt configs/learning_gem5/part1/simple.py The output should be: