Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
5720a51d
Commit
5720a51d
authored
12 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
wishbone: add missing SEL
parent
ed05ec5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
migen/bus/wishbone.py
migen/bus/wishbone.py
+1
-0
No files found.
migen/bus/wishbone.py
View file @
5720a51d
...
@@ -5,6 +5,7 @@ _desc = [
...
@@ -5,6 +5,7 @@ _desc = [
(
True
,
"adr"
,
32
),
(
True
,
"adr"
,
32
),
(
True
,
"dat"
,
32
),
(
True
,
"dat"
,
32
),
(
False
,
"dat"
,
32
),
(
False
,
"dat"
,
32
),
(
True
,
"sel"
,
4
),
(
True
,
"cyc"
,
1
),
(
True
,
"cyc"
,
1
),
(
True
,
"stb"
,
1
),
(
True
,
"stb"
,
1
),
(
False
,
"ack"
,
1
),
(
False
,
"ack"
,
1
),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment