Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elnv authored Jun 15, 2021
1 parent 3deaffb commit 2e36a45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,13 @@ To test the compiler, do the following:
export PATH=/path/to/ivm/bin:${PATH}
```

* [optional] You may wish to define an emulator to use and the memory limit:

```
export IVM_MAXMEM=2000000000
export IVM_EMU=/path/to/ivm_emu_fast
```

* Go to the example folder:

```
Expand Down

0 comments on commit 2e36a45

Please sign in to comment.