Grammar fix.

This commit is contained in:
Todd Austin @ Agita Labs 2023-03-26 17:24:02 -04:00
parent 6ce19d0449
commit e0e977fada
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ and then estimate the performance of the trace on the new microarchitecture.
This approach had limitations that were holding back innovation in the
computer architecture field. For example, there is no misspeculation path in
an instruction trace and typically no data values. I was inspired by the
execution-drive approach used in the Multiscalar simulator, but it was too
execution-driven approach used in the Multiscalar simulator, but it was too
closely tied to the Multiscalar architecture, which I wasn't working on. What
I needed was something a little more simple than the Multiscalar simulator,
hence the project named "SimpleScalar".