Skip to content

Fixed bug in get_response()

Compare
Choose a tag to compare
@raysalemi raysalemi released this 04 Jun 20:01
· 92 commits to master since this release

uvm_sequence.get_response() was searching the response queue using the response ID instead of the transaction ID. Also, the signature was incorrect. This corrects that problem. Also fixed issues in the README.md file with regards to @pyuvm.testI()