Compare commits
1 commit
7ea22dafe2
...
52b1b625d1
| Author | SHA1 | Date | |
|---|---|---|---|
| 52b1b625d1 |
3 changed files with 292705 additions and 429715 deletions
722417
crates/cpu/tests/expected/rename_execute_retire_fibonacci.vcd
generated
722417
crates/cpu/tests/expected/rename_execute_retire_fibonacci.vcd
generated
File diff suppressed because it is too large
Load diff
|
|
@ -788,8 +788,7 @@ impl<'a, C: PhantomConstCpuConfig> MockNextPcState<'a, C> {
|
|||
return ty.new_sim(zeroed(MOpInstance[MOp]));
|
||||
}
|
||||
let peek_size = self.random_state.random_u64(u32::from_le_bytes(*b"pdoi")) as usize
|
||||
% (16 * ty.capacity());
|
||||
let peek_size = peek_size.min(ty.capacity());
|
||||
% (ty.capacity() + 1);
|
||||
ty.from_iter_sim(
|
||||
zeroed(MOpInstance[MOp]),
|
||||
self.fetch_queue.iter().take(peek_size),
|
||||
|
|
|
|||
BIN
profile.json.gz
BIN
profile.json.gz
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue