From cf6b434a2c0c64e563fcc7da09051debcd7da90f Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Mon, 9 Dec 2024 16:04:10 +0000 Subject: [PATCH] Update README example to use Arm v9.4-A --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b57fb9..8116c1b 100644 --- a/README.md +++ b/README.md @@ -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