From: colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0 Date: Wed, 7 Oct 2020 01:27:34 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2070 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50efe39d890f3b89993ee419892cb96315a3881d;p=libreriscv.git --- diff --git a/resources.mdwn b/resources.mdwn index 26c8b314c..80e5d3a7c 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -65,6 +65,10 @@ for comparative/informative purposes with regard to Simple-V. ## D-Cache Possible Optimizations papers and links - [ACDC: Small, Predictable and High-Performance Data Cache](https://dl.acm.org/doi/10.1145/2677093) +# BW Enhancing Shared L1 Cache Design research done in cooperation with AMD +- [Youtube video PACT 2020 - Analyzing and Leveraging Shared L1 Caches in GPUs](https://m.youtube.com/watch?v=CGIhOnt7F6s) +- [Url to PDF of paper on author's website (clicking will download the pdf)](https://adwaitjog.github.io/docs/pdf/sharedl1-pact20.pdf) + # RTL Arithmetic SQRT, FPU etc.