Skip to content

Commit

Permalink
Merge pull request #80 from mmcloughlin/mbm/update-footprint-doc
Browse files Browse the repository at this point in the history
README.md: update footprint example commmand line
  • Loading branch information
Alasdair authored Dec 29, 2023
2 parents 2c5ca08 + c4b05b8 commit 2a4bd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ build with dune >= 1.2.
## Example

After compiling Isla, to compute the footprint of an add instruction
using the aarch64 snapshot above, the following command can be used:
using the ARM 8.5 snapshot above, the following command can be used:

```
target/release/isla-footprint -A aarch64.ir -C configs/aarch64.toml -i "add x0, x1, #3" -s
target/release/isla-footprint -A armv8p5.ir -C configs/armv8p5.toml -i "add x0, x1, #3" -s
```

The arguments are the compiled Sail model, a configuration file
Expand Down

0 comments on commit 2a4bd42

Please sign in to comment.