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
090ece74
Commit
090ece74
authored
5 years ago
by
airwoodix
Committed by
Robert Jördens
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Lattice iCE40: pass positive pin to SB_IO in DifferentialInput
parent
ee3508b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
migen/build/lattice/common.py
migen/build/lattice/common.py
+1
-1
No files found.
migen/build/lattice/common.py
View file @
090ece74
...
@@ -141,7 +141,7 @@ class LatticeiCE40DifferentialInputImpl(Module):
...
@@ -141,7 +141,7 @@ class LatticeiCE40DifferentialInputImpl(Module):
self
.
specials
+=
Instance
(
"SB_IO"
,
self
.
specials
+=
Instance
(
"SB_IO"
,
p_PIN_TYPE
=
C
(
0b000001
,
6
),
# simple input pin
p_PIN_TYPE
=
C
(
0b000001
,
6
),
# simple input pin
p_IO_STANDARD
=
"SB_LVDS_INPUT"
,
p_IO_STANDARD
=
"SB_LVDS_INPUT"
,
io_PACKAGE_PIN
=
i_
n
,
io_PACKAGE_PIN
=
i_
p
,
o_D_IN_0
=
o
)
o_D_IN_0
=
o
)
...
...
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