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

This commit is contained in:
2026-02-08 00:50:04 -08:00
parent 0496147ddf
commit aa3605a55c
2 changed files with 1 additions and 3 deletions

View File

@@ -399,8 +399,6 @@ class ApbMaster(ApbPause, Region, Reset):
while self.pause:
await clock_edge_event
await clock_edge_event
if k == 0:
self.bus.paddr.value = cmd.address
else: