Skip to content

Commit b7644b2

Browse files
authored
Merge pull request #1552 from ucb-bar/bump-firesim-for-release
bump firesim to main for 1.10.0 release
2 parents 0841ad1 + 73d9f29 commit b7644b2

File tree

4 files changed

+6
-18
lines changed

4 files changed

+6
-18
lines changed

.github/scripts/check-commit.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ dir="tools"
9191
branches=("master" "dev")
9292
search
9393

94-
submodules=("firesim")
95-
dir="sims"
96-
branches=("master" "main" "dev" "1.13.x")
97-
search
98-
9994
submodules=("fpga-shells")
10095
dir="fpga"
10196
branches=("main")

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ Chipyard is actively developed in the [Berkeley Architecture Research Group][ucb
2323
## Resources
2424

2525
* Chipyard Stable Documentation: https://chipyard.readthedocs.io/
26-
* Chipyard (x FireSim) Tutorial: https://fires.im/tutorial
27-
* Chipyard Basics slides: https://fires.im/isca22-slides-pdf/02_chipyard_basics.pdf
28-
* Chipyard Tutorial Exercise slides: https://fires.im/isca22-slides-pdf/03_building_custom_socs.pdf
26+
* Chipyard (x FireSim) Tutorial: https://fires.im/tutorial-recent/
27+
* Chipyard Basics slides: https://fires.im/asplos23-slides-pdf/02_chipyard_basics.pdf
2928

3029
## Need help?
3130

@@ -74,6 +73,7 @@ These additional publications cover many of the internal components used in Chip
7473
* **FASED**: D. Biancolin, et al., *FPGA'19*. [PDF](https://people.eecs.berkeley.edu/~biancolin/papers/fased-fpga19.pdf).
7574
* **Golden Gate**: A. Magyar, et al., *ICCAD'19*. [PDF](https://davidbiancolin.github.io/papers/goldengate-iccad19.pdf).
7675
* **FirePerf**: S. Karandikar, et al., *ASPLOS'20*. [PDF](https://sagark.org/assets/pubs/fireperf-asplos2020.pdf).
76+
* **FireSim ISCA@50 Retrospective**: S. Karandikar, et al., *ISCA@50 Retrospective: 1996-2020*. [PDF](https://sites.coecis.cornell.edu/isca50retrospective/files/2023/06/Karandikar_2018_FireSim.pdf)
7777
* **Tools**
7878
* **Chisel**: J. Bachrach, et al., *DAC'12*. [PDF](https://people.eecs.berkeley.edu/~krste/papers/chisel-dac2012.pdf).
7979
* **FIRRTL**: A. Izraelevitz, et al., *ICCAD'17*. [PDF](https://ieeexplore.ieee.org/document/8203780).

docs/Chipyard-Basics/Initial-Repo-Setup.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,8 @@ Conda allows users to create an "environment" that holds system dependencies lik
2727

2828
.. Note:: Chipyard can also run on systems without a Conda installation. However, users on these systems must manually install toolchains and dependencies.
2929

30-
First, Chipyard requires Conda to be installed on the system.
31-
Please refer to the `Conda installation instructions <https://github.com/conda-forge/miniforge/#download>`__ on how to install Conda with the **Miniforge** installer.
32-
Afterwards, verify that Conda is a sufficient version (we test on version 4.12.0 but higher is most likely fine).
33-
34-
.. Note:: If you have installed conda separately from this documentation (i.e. from miniconda or full Anaconda), please ensure you follow https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge to use ``conda-forge`` packages without any issues.
35-
36-
.. code-block:: shell
37-
38-
conda --version # must be version 22.11.1 or higher
30+
First, Chipyard requires the latest Conda to be installed on the system.
31+
Please refer to the `Conda installation instructions <https://github.com/conda-forge/miniforge/#download>`__ on how to install the latest Conda with the **Miniforge** installer.
3932

4033
After Conda is installed and is on your ``PATH``, we need to install a version of ``git`` to initially checkout the repository.
4134
For this you can use the system package manager like ``yum`` or ``apt`` to install ``git``.

sims/firesim

Submodule firesim updated 85 files

0 commit comments

Comments
 (0)