Skip to content

Commit

Permalink
add wait for config phase to make sure cpa and cpo would be read afte…
Browse files Browse the repository at this point in the history
…r they are updated
  • Loading branch information
M0stafaRady committed May 2, 2024
1 parent 114876c commit 3fd5f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions verify/uvm-python/spi_seq_lib/configure_spi_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ async def body(self):
reg="CFG",
data_condition=lambda data: data in [0b00, 0b01, 0b10, 0b11],
)
rsp = []
await self.get_response(rsp) # wait until writing is done


uvm_object_utils(configure_spi_seq)

0 comments on commit 3fd5f46

Please sign in to comment.