# swcache-assets **Repository Path**: swmore/swcache-assets ## Basic Information - **Project Name**: swcache-assets - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-11-15 - **Last Updated**: 2023-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # swcache-assets #### Description Assets about our swcache paper. `dma_macro.h` is our modified `dma_macro.h` with DMA interception feature, just add `#define DMA_COUNT_BYTES` before including it. Then `bytecount_shadow[op]` will be bytes transferred in each operation, while `bytecount_shadow[op+8]` is the equivalent bandwidth occupation. `swcache.h` is the SWCACHE implementation mentioned in our paper, depends on `arith.h`. `cal.h` contains the CPE atomic lock. `minimd-ref` and `minife-ref` is SWCACHE-enabled miniMD and miniFE.