Skip to content

Commit

Permalink
serwb/core/SerWBCore: Simplify arbitration.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Feb 28, 2024
1 parent 0037999 commit bffe112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liteiclink/serwb/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def do_finalize(self):
self.arbiter = Arbiter(
masters = downstream_endpoints,
slave = self.packetizer.sink,
keep = {"valid", "ready", "last", "data", "port", "length"},
)

# Upstream Dispatching.
Expand Down

0 comments on commit bffe112

Please sign in to comment.