Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use conda + Update initial setup docs #1163

Merged
merged 25 commits into from
Sep 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1de35a6
Use conda + Update initial setup docs
abejgonzalez Apr 28, 2022
3c2bbd4
Address PR comments
abejgonzalez Aug 23, 2022
58529f0
Update reqs | Remove toolchains
abejgonzalez Aug 29, 2022
88ff368
Build Spike/Pk/Tests/Libgloss from src
abejgonzalez Aug 29, 2022
975e217
[ci skip] Update docs + Add mechanism to skip validate check
abejgonzalez Aug 29, 2022
93af50b
Update CI checks | Don't init toolchain submodules by default
abejgonzalez Aug 30, 2022
3f91502
Use lockfiles for conda
abejgonzalez Sep 1, 2022
329cb9b
Bump docker image
abejgonzalez Sep 1, 2022
3efe0bb
Activate base env for conda-lock
abejgonzalez Sep 1, 2022
79801c6
Skip toolchain collateral on tests that don't need it
abejgonzalez Sep 1, 2022
54423cc
Use libelf/dwarf from conda
abejgonzalez Sep 1, 2022
d7990e5
Merge remote-tracking branch 'origin/main' into conda
abejgonzalez Sep 1, 2022
19d0b1c
Update .readthedocs.yml conda package list
abejgonzalez Sep 7, 2022
e2a093f
Update toolchain feedstocks
abejgonzalez Sep 9, 2022
50fd8d9
Update build-setup.sh to install env to prefix
abejgonzalez Sep 9, 2022
27acda4
Doc update
abejgonzalez Sep 12, 2022
e7b924f
Match FireSim reqs
abejgonzalez Sep 12, 2022
36fa924
Fix doc typo
abejgonzalez Sep 13, 2022
8007c6a
Bump FireSim
abejgonzalez Sep 13, 2022
9f1b87d
Bump Verilator + DRAMSim2 for CVA6 fix
abejgonzalez Sep 14, 2022
6a98140
Bump docs
abejgonzalez Sep 14, 2022
2e7fd25
Bump FireSim
abejgonzalez Sep 14, 2022
0527bcd
Add more skips to build-setup
abejgonzalez Sep 15, 2022
5813b3e
Bump FireSim
abejgonzalez Sep 15, 2022
11564b0
Apply suggestions from code review
abejgonzalez Sep 15, 2022
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
Prev Previous commit
Next Next commit
Fix doc typo
  • Loading branch information
abejgonzalez committed Sep 13, 2022
commit 36fa9245b1899f5c84a1a5f020d01a5f7023907b
2 changes: 1 addition & 1 deletion docs/Chipyard-Basics/Initial-Repo-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Running on AWS EC2 with FireSim
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you plan on using Chipyard alongside FireSim on AWS EC2 instances, you should refer to the :fsim_doc:`FireSim documentation <>`.
Specifically, you should follow the :fsim_doc:`Initial Setup/Simulation <Initial-Setup/index.html>`
Specifically, you should follow the :fsim_doc:`Initial Setup/Installation <Initial-Setup/index.html>`
section of the docs up until :fsim_doc:`Setting up the FireSim Repo <Initial-Setup/Setting-up-your-Manager-Instance.html#setting-up-the-firesim-repo>`.
At that point, instead of checking out FireSim you can checkout Chipyard by following :ref:`Chipyard-Basics/Initial-Repo-Setup:Setting up the Chipyard Repo`.
abejgonzalez marked this conversation as resolved.
Show resolved Hide resolved

Expand Down