Files
gem5/tests/gem5/replacement_policies/ref/lru_test1_st
Bobby R. Bruce 2c679bfa04 tests: Fix replacement_policies tests' refs (#1695)
At some point 'system' -> 'board' in the stdlib code the replacement
policy tests used. Due to this the output is slightly different meaning
the refs need updated.

This was causing the Daily Tests to fail.
2024-10-21 12:28:29 -07:00

20 lines
1.6 KiB
Plaintext

Global frequency set at 1000000000000 ticks per second
Beginning simulation!
74000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x0, line 0x0]
134000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x80, line 0x80]
194000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x100, line 0x100]
254000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x180, line 0x180]
271000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache hit at [0x0, line 0x0]
331000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache hit at [0x80, line 0x80]
439000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x200, line 0x200]
499000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x280, line 0x280]
559000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x300, line 0x300]
619000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x380, line 0x380]
679000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x0, line 0x0]
739000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x80, line 0x80]
799000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x200, line 0x200]
859000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x280, line 0x280]
919000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x300, line 0x300]
979000: board.cache_hierarchy.ruby_system.controllers.sequencer: Cache miss at [0x380, line 0x380]
.