Skip to content
Snippets Groups Projects
  1. Mar 27, 2022
  2. Mar 25, 2022
  3. Mar 13, 2022
  4. Mar 11, 2022
  5. Mar 05, 2022
  6. Mar 02, 2022
  7. Mar 01, 2022
  8. Feb 28, 2022
  9. Feb 18, 2022
  10. Feb 15, 2022
  11. Feb 14, 2022
  12. Jun 11, 2020
  13. Jun 07, 2020
  14. May 23, 2020
  15. May 19, 2020
  16. May 10, 2020
  17. May 09, 2020
  18. May 05, 2020
  19. Apr 27, 2020
  20. Apr 23, 2020
  21. Apr 20, 2020
  22. Apr 07, 2020
  23. Apr 05, 2020
  24. Mar 30, 2020
  25. 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
  26. Mar 28, 2020
  27. Mar 23, 2020
Loading