Skip to content

Commit

Permalink
Update README example to use Arm v9.4-A
Browse files Browse the repository at this point in the history
  • Loading branch information
bacam committed Dec 9, 2024
1 parent 5117d17 commit cf6b434
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 @@ -82,10 +82,10 @@ build with dune >= 1.2.
## Example

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

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

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

0 comments on commit cf6b434

Please sign in to comment.