Commit e80b9550 authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

Use correct LICENSE file for project

parent bf4e83d5
This diff is collapsed.
......@@ -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,
......
......@@ -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-2021 Raptor Engineering, LLC
# This file is Copyright (c) 2020-2022 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"))
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment