Skip to content

Commit

Permalink
Merge pull request #37 from rohis06/main
Browse files Browse the repository at this point in the history
Fixed typos and documentation errors on the markdown files for the index and assignment 1.
  • Loading branch information
kaustav-goswami authored Jan 11, 2024
2 parents 6ac19dc + 56d1d86 commit 3431245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/gem5/_posts/2000-01-01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Title: gem5 Assignments (for ECS 201A)

## Assignment 0

In this assignemt you will learn how to use gem5's standard libary to:
In this assignment you will learn how to use gem5's standard library to:

- describe the computer system you would like to simulate,
- set up the workloads and benchmarks you need to evaluate your system's performance,
Expand Down
8 changes: 4 additions & 4 deletions modules/gem5/_posts/2000-03-01-assignment1.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ g++ -o mm mm.cpp -static -O2
```

We have compiled binaries with flags `-O0` and `-O3`.
The former the a binary without any compiler optimizations.
The former is a binary without any compiler optimizations.
The latter applies modt of the optimizations that gcc (or llvm/clang) supports.
This *usually* means that there are fewer instructions in the more optimized version of the program.
Let's look at the following computation: $z = \alpha x + y$.
Expand Down Expand Up @@ -209,7 +209,7 @@ A complete set of simulation data for this step should include

### Step IV: General questions

Now that you have completed your simulation runs and analyses. Answer this last question in your report.
Having completed your simulation runs and analyses, answer this final question in your report.

1. If you were to use a different application, do you think your conclusions would change? Why?

Expand All @@ -222,7 +222,7 @@ Your submission is split into two parts. Read the following sections for details
As part of your submission, you should include any script/code/file that might be needed to rerun your gem5 experiments.
This may include configuration scripts that define set up the simulation, python/shell/etc. scripts that drive your simulations using your configuration scripts, any document including instruction on how to run your simulations.
You should do this through your assignment's repository.
Make sure to commit and push your changes to your local repository to your remote.
Ensure that you commit and push your changes from your local repository to the remote repository.
Add clear and relevant commit messages to your commits.
**NOTE**: Any commits/pushes past the assignment deadline will be ignored.

Expand Down Expand Up @@ -266,7 +266,7 @@ Like your submission, your grade is split into two parts.

You are required to work on this assignment in teams.
You are only allowed to share you scripts and code with your teammate(s).
You may discuss high level concepts with others in the class but all the work must be completed by your team and your team only.
You may discuss high-level concepts with others in the class but all the work must be completed by your team and your team only.

Remember, DO NOT POST YOUR CODE PUBLICLY ON GITHUB!
Any code found on GitHub that is not the base template you are given will be reported to SJA.
Expand Down

0 comments on commit 3431245

Please sign in to comment.