Skip to content
Snippets Groups Projects
  1. Apr 27, 2020
  2. Apr 23, 2020
  3. Apr 20, 2020
  4. Apr 07, 2020
  5. Apr 05, 2020
  6. Mar 30, 2020
  7. Mar 29, 2020
    • Pavel Pisa's avatar
      seminaries/qtmips/apo-sort: provided template for your sort implementation. · 28382d82
      Pavel Pisa authored
      
      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>
      28382d82
  8. Mar 28, 2020
  9. Mar 23, 2020
  10. Mar 19, 2020
  11. Mar 18, 2020
  12. Mar 15, 2020
Loading