Skip to content

Commit

Permalink
docs: remove innacuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Oct 4, 2024
1 parent 8874d5a commit afb2959
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

## [🎯 Features](#features)

***Functional-First**. 1 MIPS/core functional first simulation.
* 🕰 **Timing-First**. 10 KIPS/core cycle-accurate simulation.
***Functional-First**. 1 MIPS functional first simulation.
* 🕰 **Timing-First**. 70 KIPS cycle-accurate simulation.
* 🗂️ **Components-based**. Create custom components.
***Free**. QFlex is completely free and open source.

Expand Down Expand Up @@ -56,12 +56,11 @@ ln -s qemu/build/aarch64-softmmu/qemu-system-aarch64 qemu-aarch64
### 6. Add Images

[Download a simple image](https://github.com/parsa-epfl/qflex/releases/latest/) and place it the
repository root location. Release may also contain `checkpoint` ready to experiment with a warmed up timing simulator.
repository root location.

```sh
wget https://github.com/parsa-epfl/qflex/releases/latest/download/images.tar.xz
wget https://github.com/parsa-epfl/qflex/releases/latest/download/ckpt.tar.xz
tar -xvf images.tar.xz
tar -xvf ckpt.tar.xz
```

The repository tree under images folder should look like this.
Expand All @@ -78,7 +77,7 @@ images/
### 7. Run
```sh
./runq images/bb-trace # run keenkraken release version
./runq images/bb-timing-dev # run knottykraken debug version
./runq images/bb-timing # run knottykraken release version
```
The filesystem now contains basic tools provided by `/bin/busybox` like `ls`, `cd`, etc.

Expand Down

0 comments on commit afb2959

Please sign in to comment.