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
2 changes: 1 addition & 1 deletion Basics/Components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We have three benchmark suites implemented for demonstration.
`Machsuite <http://breagen.github.io/MachSuite/>`__ is a benchmark suite intended for accelerator-centric research. A subset of workloads are implemented.

**DSP:**
Digital signal processing (DSP) is a benchmark suite from our prior work `REVEL <http://https://ieeexplore.ieee.org/document/9065593>`__ for applications with moderate irregularity and imbalanced execution frequency within loop bodies.
Digital signal processing (DSP) is a benchmark suite from our prior work `REVEL <https://ieeexplore.ieee.org/document/9065593>`__ for applications with moderate irregularity and imbalanced execution frequency within loop bodies.


**Xilinx Vision:**
Expand Down
6 changes: 3 additions & 3 deletions Basics/Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ container starts, you should build the framework infrastructures from the source
$ source ./setup.sh # setup environement variables

# Compile the entire dsa-framework
$ make all -j
$ make all -j # If you only use a single thread, the process may take 20 hours.

# Please source chipyard/env.sh manually if this is a first time build
$ source chipyard/env.sh
Expand All @@ -70,7 +70,7 @@ To verify the repo is successfully built, you can

.. code-block:: shell

$ cd dsa-apps/demo
$ cd dsa-apps/sdk/compiled
$ ./run.sh ss-vecadd.out

The command above make a simple vector addition example compiled by LLVM and simulated in Gem5.
Expand All @@ -88,4 +88,4 @@ You can import the docker image and use dsa-framework by doing:

.. code-block:: shell

$ docker import <downloaded tar file>.tar polyarch/dsa-framework:latest
$ docker import <downloaded tar file>.tar polyarch/dsa-framework:latest
4 changes: 3 additions & 1 deletion ISA/Semantics.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@Sihao?
# Semantics

TODO @Sihao