Skip to content

Commit

Permalink
[difftest] masks'length should not be equal to data's length
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed Jul 17, 2024
1 parent e79b73b commit e840e52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions difftest/online_drive/src/dpi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ unsafe fn load_from_payload(
mask
})
.collect();
assert!(
masks.len() == data.len(),
"strobe bit width is not aligned with data byte width"
);

debug!(
"load {payload_size_in_byte} byte from payload: raw_data={} strb={} data={}",
Expand Down

0 comments on commit e840e52

Please sign in to comment.