Skip to content

Commit

Permalink
req_o stays asserted during request stalls
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Apr 27, 2024
1 parent e62a631 commit c0ee287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sim/testbench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,4 @@ bool setRvalid(int *rvalid_delay, bool *read_outstanding)
}

int genGntDelay() { return 1; }
int genRvalidDelay() { return 1; }
int genRvalidDelay() { return 0; }
2 changes: 1 addition & 1 deletion src
Submodule src updated 1 files
+1 −1 obi_host_driver.v

0 comments on commit c0ee287

Please sign in to comment.