Skip to content

aivus/SimpleScalar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleScalar (modified)

This version of SimpleScalar modified for store memory access trace.

Additional parameter:

-mtrace filename.mtr - set filename where data memory access trace will be written.

Memory access file

File has next structure:

<operation type> <size of block> <address>

where:

<operation type> - type of operation: l (load) or s (store)

<size of block> - size of requested block

<address> - address of requested block

Example of access file:

s 4 2147450736
s 4 2147450748
s 4 2147450744
s 4 2147450740
l 4 2147450780
l 4 2147450776
l 4 2147450772
l 4 2147450768
l 4 2147450800

About

Modified version of SimpleScalar (3.0e) for store memory access trace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages