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

seminaries/qtmips/apo-sort: provided template for your sort implementation.


The directory contain
  seminaries/qtmips/apo-sort/apo-sort-template.S
  seminaries/qtmips/apo-sort/d-cache-template.par
files. The whole directory or only above files should be copyed
in the directory work/apo-sort of your repository.
The template files  should be renamed to apo-sort.S and d-cache.par .
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.

Signed-off-by: default avatarPavel Pisa <pisa@cmp.felk.cvut.cz>
parent 04f71ad1
No related branches found
No related tags found
No related merge requests found
Loading
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