Skip to content

Commit

Permalink
handle nop correcly for ahb driver
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Oct 16, 2024
1 parent ea1b245 commit def1adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bus_env/bus_agent/bus_ahb_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async def run_phase(self, phase):
await self.piping_q.get()
self.seq_item_port.item_done()
elif tr.kind == bus_item.NOPE:
self.end_of_trans()
for _ in range(tr.data):
await self.drive_delay()
await self.piping_q.get()
Expand Down

0 comments on commit def1adc

Please sign in to comment.