Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyongyu committed Feb 5, 2020
1 parent cc50f53 commit be2b230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Speculative taint tracking (STT) is a hardware defense mechanism for blocking al

## 2. Implementation

We implement STT using Gem5 simulator. To make the simulation close to a commodity processor, we use Gem5's o3 processor. The major changes are:
We implement STT using Gem5 simulator. This is built on an early version of Gem5 (commit:38a1e23). To make the simulation close to a commodity processor, we use Gem5's o3 processor. The major changes are:

* add taint tracking logic to track all tainted data
* add delay logic for handling explicit channels (memory instructions)
Expand Down

0 comments on commit be2b230

Please sign in to comment.