mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
wishbone: add missing SEL
This commit is contained in:
parent
ed05ec5f6a
commit
5720a51dad
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ _desc = [
|
|||
(True, "adr", 32),
|
||||
(True, "dat", 32),
|
||||
(False, "dat", 32),
|
||||
(True, "sel", 4),
|
||||
(True, "cyc", 1),
|
||||
(True, "stb", 1),
|
||||
(False, "ack", 1),
|
||||
|
|
Loading…
Reference in a new issue