Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion part1/simple_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ So, we can simply run gem5 from the root gem5 directory as:

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about "So, we can simply run gem5 from the root gem5 directory as shown below. configs/tutorial/simple.py is the path to the config file we wrote above.

.. 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:

Expand Down