Compare commits
1 commit
52b1b625d1
...
7ea22dafe2
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ea22dafe2 |
3 changed files with 429992 additions and 292982 deletions
722971
crates/cpu/tests/expected/rename_execute_retire_fibonacci.vcd
generated
722971
crates/cpu/tests/expected/rename_execute_retire_fibonacci.vcd
generated
File diff suppressed because it is too large
Load diff
|
|
@ -788,7 +788,8 @@ 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
|
||||
% (ty.capacity() + 1);
|
||||
% (16 * ty.capacity());
|
||||
let peek_size = peek_size.min(ty.capacity());
|
||||
ty.from_iter_sim(
|
||||
zeroed(MOpInstance[MOp]),
|
||||
self.fetch_queue.iter().take(peek_size),
|
||||
|
|
|
|||
BIN
profile.json.gz
Normal file
BIN
profile.json.gz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue