Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 2 additions & 3 deletions _pages/ask-a-question.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ permalink: /ask-a-question/

If you have a question about gem5, there are multiple ways you can reach out to us:
- **Preferably, you can post it on [GitHub discussions](https://github.com/orgs/gem5/discussions)**.
- Alternatively, you can post it on our [gem5 Slack channel](https://join.slack.com/t/gem5-workspace/shared_invite/zt-2e2nfln38-xsIkN1aRmofRlAHOIkZaEA).
- Lastly, you may also send an email to one of our mailing lists. Due to the high volume of emails, there may be delays in response or automated replies from AI bots. Therefore, if emailing isn't your sole preference, consider using one of the aforementioned options.
- Alternatively, you may send an email to one of our mailing lists. Due to the high volume of emails, there may be delays in response or automated replies from AI bots. Therefore, if emailing isn't your sole preference, consider using GitHub Discussions.
* _gem5-dev@gem5.org_ : For discussions regarding gem5 development. <br>
Those wishing to post to and/or receive mail from the list should subscribe by sending an email to [gem5-dev-join@gem5.org](mailto:gem5-dev-join@gem5.org) or at <https://harmonylists.io/list/gem5-dev.gem5.org>.
* _gem5-users@gem5.org_ : For general discussions about gem5 and its use. <br>
Expand Down Expand Up @@ -40,4 +39,4 @@ used: <https://stackoverflow.com/questions/tagged/gem5>). Please make sure
that your question complies with the [site guidelines](
https://stackoverflow.com/help/asking) before posting. Interested users can opt
to receive email notifications for such questions as explained at
<https://meta.stackexchange.com/questions/25224/email-notifications-for-new-questions-matching-specific-tags>).
<https://meta.stackexchange.com/questions/25224/email-notifications-for-new-questions-matching-specific-tags>).
2 changes: 1 addition & 1 deletion _pages/documentation/gem5-stdlib/2-tutorial-x86-fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ memory = SingleChannelDDR3_1600(size="2GiB")

This is quite simple and should be intuitive: A single channel DDR3 1600 setup of size 2GiB.
**Note:** by default the `SingleChannelDDR3_1600` component has a size of 8GiB.
However, due to [a known limitation with the X86Board](https://gem5.atlassian.net/browse/GEM5-1142), we cannot use a memory system greater than 3GiB.
However, due to a known limitation with the X86Board, we cannot use a memory system greater than 3GiB.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should this line be removed altogether? The issue it describes should have been fixed by gem5/gem5#2861, right?

We therefore must set the size.

Next we setup the _processor_:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ I.e., a user of gem5 `v21.0` may obtain the `v21.0` version of the `ubuntu-20.04
* If changes to the Dockerfile are done on the staging branch, then these changes will need to be pushed to <ghcr.io> manually.
* Special permissions are needed to push to the <ghcr.io>.
Please contact Bobby R. Bruce (bbruce@ucdavis.edu) for help pushing images.
* It is a future goal of ours to move [the Dockerfiles from `util/dockerfiles` to gem5-resources](https://gem5.atlassian.net/browse/GEM5-1044).
* It is a future goal of ours to move the Dockerfiles from `util/dockerfiles` to gem5-resources.

## gem5 website repository

Expand Down
3 changes: 2 additions & 1 deletion _pages/documentation/learning_gem5/part1/part1_1_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ build/X86/proto/inst_dep_record.pb.h:49:51: error: 'AuxiliaryParseTableField' in
49 | static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
```

The root cause of the problem is discussed here: [https://gem5.atlassian.net/browse/GEM5-1032].
This problem can occur when gem5 is built with an incompatible version of
Protocol Buffers.

To resolve this problem, you may need to update the version of ProtocolBuffer,

Expand Down
14 changes: 0 additions & 14 deletions _pages/join-slack.md

This file was deleted.

Binary file removed assets/img/external_logos/slack.png
Binary file not shown.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ <h5 class="card-title card-title-highlighted"> Latest news </h5>
<h5 class="card-title"> Connect with us </h5>
<div class="card-body">
<a href="https://github.com/orgs/gem5/discussions"><img src="assets/img/external_logos/github.png" alt="GitHub logo" class="btn-main-link"></a>
<a href="https://join.slack.com/t/gem5-workspace/shared_invite/zt-2e2nfln38-xsIkN1aRmofRlAHOIkZaEA"><img src="assets/img/external_logos/slack.png" alt="Slack logo" class="btn-main-link"></a>
<a href="https://www.youtube.com/@gem5"><img src="assets/img/external_logos/youtube.png" alt="YouTube logo" class="btn-main-link"></a><br/>
</div>
</div>
Expand Down