Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pythondata-peripheral-simplertc
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
0
Merge Requests
0
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
pythondata-peripheral-simplertc
Commits
0e0c311e
Commit
0e0c311e
authored
Dec 14, 2022
by
Raptor Engineering Development Team
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formally relicense under the LGPL v3+
parent
8f8d2e41
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
163 additions
and
672 deletions
+163
-672
LICENSE
LICENSE
+160
-669
pythondata_peripheral_simplertc/rtl/simple_rtc.v
pythondata_peripheral_simplertc/rtl/simple_rtc.v
+2
-2
setup.py
setup.py
+1
-1
No files found.
LICENSE
View file @
0e0c311e
This diff is collapsed.
Click to expand it.
pythondata_peripheral_simplertc/rtl/simple_rtc.v
View file @
0e0c311e
// © 2020 - 202
1
Raptor Engineering, LLC
// © 2020 - 202
2
Raptor Engineering, LLC
//
// Released under the terms of the
GPL v3
// Released under the terms of the
LGPL v3+
// See the LICENSE file for full details
// Stop LiteX silently ignoring net naming / missing register errors
...
...
setup.py
View file @
0e0c311e
...
...
@@ -11,7 +11,7 @@ setup(
url
=
"https://www.raptorengineering.com"
,
download_url
=
"https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-litex/pythondata-peripheral-simplertc"
,
test_suite
=
"test"
,
license
=
"
GPLv3
"
,
license
=
"
LGPLv3+
"
,
python_requires
=
"~=3.6"
,
packages
=
find_packages
(
exclude
=
(
"test*"
,
"sim*"
,
"doc*"
,
"examples*"
)),
include_package_data
=
True
,
...
...
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