Skip to content

Commit

Permalink
fix io-direction issue in testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Nov 27, 2024
1 parent 13702f2 commit 3738db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/xous-bio-bdma/src/bio_tests/units.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ pub fn host_fifo_tests() -> usize {
bio_code!(fifo_host0_bitbang, FIFO_HOST0_BITBANG_START, FIFO_HOST0_BITBANG_END,
"li t0, 0xFFFFFFFF",
"mv x26, t0", // ensure mask is disabled
"mv x25, t0", // set all pins to inputs
"mv x24, t0", // set all pins to outputs
"90:",
"mv x21, x16",
"mv x20, zero",
Expand Down

0 comments on commit 3738db9

Please sign in to comment.