Home
last modified time | relevance | path

Searched refs:printd (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/tools/guest_cache/src/
Dcache.py110 self.printd(f'[read] attempt to fetch {hex(addr)} (set {sset})')
113 self.printd('[read] rhit')
118 self.printd('[read] rmiss')
125 self.printd(f'[write] attempted write to {hex(addr)} (set {sset})')
128 self.printd('[write] whit')
132 self.printd('[write] wmiss')
137 self.printd('[flush] flushing all lines!')
154 self.printd(f'[load] loading @ {hex(addr)} to cache from Main Memory')
163 self.printd(f'[load] loaded new cache index: {free_line_index} in the set {set_index}')
165 self.printd(f"[load] lines in set {set_index}:")
[all …]