forked from riscv/sail-riscv
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Authored-by: Joydeep Tripathy <[email protected]>
- Loading branch information
1 parent
7dfb21f
commit ffaadb0
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
STEPS TO BUILD AND COMPILE THE PROJECT | ||
======================================= | ||
|
||
After Installing the prerequisites | ||
|
||
1. We first need to build the sail parser. | ||
1. Find a directory to clone this repository, and make that directory your current working directory. | ||
2. `git clone https://github.com/ThinkOpenly/sail` | ||
3. `cd sail` | ||
4. `make` | ||
|
||
2. Then, set up the environment for building in the RISC-V Sail repository: | ||
1. `eval $(opam env)` | ||
2. `export PATH=<path-to-sail-repository>:$PATH` | ||
|
||
3. Clone this sail-riscv repository. | ||
|
||
4. Within that clone : `make json` |