Skip to content
Snippets Groups Projects
Commit 06d5f07e authored by Pavel Pisa's avatar Pavel Pisa
Browse files

eminaries/qtmips/apo-sort: correct instructions in the file header.


Mismatch reported by Petr Zahradnik

Signed-off-by: default avatarPavel Pisa <pisa@cmp.felk.cvut.cz>
parent 28382d82
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,17 @@
// by internal assembler should be enough
// copy directory with the project to your repository to
// the directory work/bubble-sort
// critical is location of the file work/bubble-sort/bubble-sort.S
// the directory work/apo-sort
// critical is location of the file work/apo-sort/apo-sort.S
// and cache parameters work/apo-sort/d-cache.par
// which is checked by the scripts
// The file d-cache.par specifies D cache parameters in the form
// <policy>,<#sets>,<#words in block>,<#ways>,<write method>
// The example is
// lru,1,1,1,wb
// The cache size is limited to 16 words maximum.
// Directives to make interesting windows visible
#pragma qtmips show registers
#pragma qtmips show memory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment