Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex-boards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel LiteX
litex-boards
Commits
7525b877
Commit
7525b877
authored
Jan 29, 2021
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/fpc_iii: avoid dummy pin on ethernet.rst_n.
rst_n is optional in LiteEth's PHYs.
parent
19767e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
litex_boards/platforms/fpc_iii.py
litex_boards/platforms/fpc_iii.py
+1
-1
No files found.
litex_boards/platforms/fpc_iii.py
View file @
7525b877
...
...
@@ -123,7 +123,7 @@ _io = [
Subsignal
(
"mdio"
,
Pins
(
"J5"
)),
Subsignal
(
"rx_er"
,
Pins
(
"K5"
)),
Subsignal
(
"int_n"
,
Pins
(
"M4"
)),
Subsignal
(
"rst_n"
,
Pins
(
"C9"
)),
# FIXME n
ot connected
#Subsignal("rst_n", Pins("")), # N
ot connected
IOStandard
(
"LVCMOS33"
)
),
...
...
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