Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csr read/write needs an extra cycle
Browse files Browse the repository at this point in the history
jordens committed Nov 17, 2015
1 parent 029bd6c commit 6869f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misoc/interconnect/csr_bus.py
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ def write(self, adr, dat):
def read(self, adr):
yield self.adr.eq(adr)
yield
yield
return (yield self.dat_r)


0 comments on commit 6869f09

Please sign in to comment.