Remove extra wait which violated apb spec
Some checks failed
build / Build distributions (push) Successful in 31s
build / deploy (push) Has been skipped
build / Build distributions (release) Successful in 23s
build / deploy (release) Successful in 32s
Regression Tests / Python 3.10 (push) Has been cancelled
Regression Tests / Python 3.11 (push) Has been cancelled
Regression Tests / Python 3.12 (push) Has been cancelled
Regression Tests / Python 3.13 (push) Has been cancelled
Regression Tests / Python 3.8 (push) Has been cancelled
Regression Tests / Python 3.9 (push) Has been cancelled
Some checks failed
build / Build distributions (push) Successful in 31s
build / deploy (push) Has been skipped
build / Build distributions (release) Successful in 23s
build / deploy (release) Successful in 32s
Regression Tests / Python 3.10 (push) Has been cancelled
Regression Tests / Python 3.11 (push) Has been cancelled
Regression Tests / Python 3.12 (push) Has been cancelled
Regression Tests / Python 3.13 (push) Has been cancelled
Regression Tests / Python 3.8 (push) Has been cancelled
Regression Tests / Python 3.9 (push) Has been cancelled
This commit is contained in:
@@ -399,8 +399,6 @@ class ApbMaster(ApbPause, Region, Reset):
|
|||||||
while self.pause:
|
while self.pause:
|
||||||
await clock_edge_event
|
await clock_edge_event
|
||||||
|
|
||||||
await clock_edge_event
|
|
||||||
|
|
||||||
if k == 0:
|
if k == 0:
|
||||||
self.bus.paddr.value = cmd.address
|
self.bus.paddr.value = cmd.address
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.1.27"
|
__version__ = "0.1.28"
|
||||||
|
|||||||
Reference in New Issue
Block a user