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
b804285f
Commit
b804285f
authored
Feb 08, 2021
by
Evan Lojewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kestrel: Allow the LPC clock mirror to be disabled in the platform file.
parent
2d493246
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
litex_boards/targets/versa_ecp5.py
litex_boards/targets/versa_ecp5.py
+4
-1
No files found.
litex_boards/targets/versa_ecp5.py
View file @
b804285f
...
...
@@ -185,7 +185,10 @@ class BaseSoC(SoCCore):
# Debug pad locator
debug2_pads
=
platform
.
request
(
"debug_port_2"
)
lpc_debug_mirror_clock_pad
=
platform
.
request
(
"lpc_debug_mirror_clock"
)
try
:
lpc_debug_mirror_clock_pad
=
platform
.
request
(
"lpc_debug_mirror_clock"
)
except
:
lpc_debug_mirror_clock_pad
=
Signal
()
# Host SPI Flash (Tercel core) -------------------------------------------------------------
if
with_hostspiflash
:
...
...
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