Skip to content

Commit

Permalink
DONT MERGE, TEST COMMIT
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Jan 7, 2025
1 parent 28032f8 commit 7bd2b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion difftest/dpi_t1rocketemu/src/drive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl Driver {
);

assert!(
!(size < bus_size && arlen > 0),
!(size < bus_size && arlen < 0),
"narrow burst not supported, axsize={arsize}, axlen={arlen}, data_width={data_width}"
);
let transaction_size = bus_size * (arlen + 1);
Expand Down

0 comments on commit 7bd2b4b

Please sign in to comment.