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
tercelspi
Commits
e80b9550
Commit
e80b9550
authored
2 years ago
by
Raptor Engineering Development Team
Browse files
Options
Download
Email Patches
Plain Diff
Use correct LICENSE file for project
parent
bf4e83d5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
677 deletions
+29
-677
LICENSE
LICENSE
+26
-674
setup.py
setup.py
+1
-1
tercelspi/tercelspi.py
tercelspi/tercelspi.py
+2
-2
No files found.
LICENSE
View file @
e80b9550
This diff is collapsed.
Click to expand it.
setup.py
View file @
e80b9550
...
...
@@ -12,7 +12,7 @@ setup(
url
=
"https://www.raptorengineering.com"
,
download_url
=
"https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-litex/tercelspi"
,
test_suite
=
"test"
,
license
=
"
GPLv3
"
,
license
=
"
BSD
"
,
python_requires
=
"~=3.6"
,
packages
=
find_packages
(
exclude
=
(
"test*"
,
"sim*"
,
"doc*"
,
"examples*"
)),
include_package_data
=
True
,
...
...
This diff is collapsed.
Click to expand it.
tercelspi/tercelspi.py
View file @
e80b9550
...
...
@@ -2,7 +2,7 @@
# This file is Copyright (c) 2018-2019 Florent Kermarrec <florent@enjoy-digital.fr>
# This file is Copyright (c) 2018-2019 David Shah <dave@ds0.me>
# This file is Copyright (c) 2020-202
1
Raptor Engineering, LLC
# This file is Copyright (c) 2020-202
2
Raptor Engineering, LLC
# License: BSD
import
os
...
...
@@ -165,4 +165,4 @@ class TercelSPI(Module, AutoCSR):
def
add_sources
(
platform
):
vdir
=
get_data_mod
(
"peripheral"
,
"tercelspi"
).
data_location
platform
.
add_source
(
os
.
path
.
join
(
vdir
,
"wishbone_spi_master.v"
))
platform
.
add_source
(
os
.
path
.
join
(
vdir
,
"phy.v"
))
\ No newline at end of file
platform
.
add_source
(
os
.
path
.
join
(
vdir
,
"phy.v"
))
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