package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev
# Constants
+ Number of ways - 1.
+ Data cache L1 implemented.
+ Instruction L1 cache implemented.
+ Unified L1 cache.
+ Data cache L2 implemented.
+ Instruction L2 cache implemented.
+ Unified L2 cache.
+ Data cache L3 implemented.
+ Instruction L3 cache implemented.
+ Unified L3 cache.
+ Data cache L4 implemented.
+ Instruction L4 cache implemented.
+ Unified L4 cache.
+ Data cache L5 implemented.
+ Instruction L5 cache implemented.
+ Unified L5 cache.
+ Data cache L6 implemented.
+ Instruction L6 cache implemented.
+ Unified L6 cache.
+ Data cache L7 implemented.
+ Instruction L7 cache implemented.
+ Unified L7 cache.
+ Cache Writeback Granule.
+ Smallest cache line of all the D/U-caches.
+ Exclusives Reservation Granule.
+ Register format (4: ARMv7 format).
+ Smallest cache line of all the I-caches.
+ Selection of 1:instruction or 0:data cache.
+ Cache level selected (0: level1).
+ Number of words in cache line (log2(n)-2).
+ Level of Coherency.
+ Level of Unification.
+.
+ Number of sets - 1.
+ Read allocation support.
+ Write allocation support.
+ Write-Back support.
+ Write-Through support.
# Variables
emgo:const.