diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-07-07 13:21:11 -0500 |
---|---|---|
committer | skooNI <60897865+skooNI@users.noreply.github.com> | 2022-07-20 15:57:20 -0500 |
commit | a3ca7796b75ab17df4980e76749dfaa3cf6ea110 (patch) | |
tree | 2656d25438bdb36af54c9f61ca54ca9aba8800c4 /fpga/usrp3/lib | |
parent | 82fc237c16b1380eac2fa3963073383da0c8e277 (diff) | |
download | uhd-a3ca7796b75ab17df4980e76749dfaa3cf6ea110.tar.gz uhd-a3ca7796b75ab17df4980e76749dfaa3cf6ea110.tar.bz2 uhd-a3ca7796b75ab17df4980e76749dfaa3cf6ea110.zip |
fpga: Add READMEs describing Lattice and ADI IP sourcing
Diffstat (limited to 'fpga/usrp3/lib')
-rw-r--r-- | fpga/usrp3/lib/vivado_ipi/README.adi | 18 | ||||
-rw-r--r-- | fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/general-cores/modules/wishbone/wb_lm32/README.lattice | 19 |
2 files changed, 37 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/vivado_ipi/README.adi b/fpga/usrp3/lib/vivado_ipi/README.adi new file mode 100644 index 000000000..6753a5f9b --- /dev/null +++ b/fpga/usrp3/lib/vivado_ipi/README.adi @@ -0,0 +1,18 @@ +This files in this directory and associated subdirectories bearing Analog +Devices Inc.'s (ADI) copyright notice are available (albeit updated versions +compared to these files) from Analog Devices' GitHub repository[1] containing +HDL libraries for various reference designs. This repository contains a license +file[2] that dictates the terms of use of the ADI IP. + +The `axi_dmac`, `util_axis_fifo`, and `util_axis_resize` modules are offered +under either a GPLv2[3] or ADI-specific BSD[4] license. See, for example, +the copyright notices in [5], [6], and [7]. + + +[1] https://github.com/analogdevicesinc/hdl +[2] https://github.com/analogdevicesinc/hdl/blob/master/LICENSE +[3] https://github.com/analogdevicesinc/hdl/blob/master/LICENSE_GPL2 +[4] https://github.com/analogdevicesinc/hdl/blob/master/LICENSE_ADIBSD +[5] https://github.com/analogdevicesinc/hdl/blob/master/library/axi_dmac/axi_dmac.v +[6] https://github.com/analogdevicesinc/hdl/blob/master/library/util_axis_fifo/util_axis_fifo.v +[7] https://github.com/analogdevicesinc/hdl/blob/master/library/util_axis_resize/util_axis_resize.v diff --git a/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/general-cores/modules/wishbone/wb_lm32/README.lattice b/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/general-cores/modules/wishbone/wb_lm32/README.lattice new file mode 100644 index 000000000..918a2a56b --- /dev/null +++ b/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/general-cores/modules/wishbone/wb_lm32/README.lattice @@ -0,0 +1,19 @@ +The files in this directory and its associated subdirectories bearing Lattice +Semiconductor's copyright notice were sourced from the `general-cores` module of +the Open Hardware Repository[1]. Specifically, these files were taken from the +portion of the repository[2] that provides support for Lattice Semiconductor's +open-source LatticeMico (LM32) CPU core and some associated IP for use with the +White Rabbit project. + +The README.txt file[3] in the LM32 portion of the repository acknowledges +Lattice Semiconductor for making the LM32 core open-source, but there is no +license information provided with these files in that repository. However, +m-labs' GitHub repository[4] maintains a fork of the version of the LM32 core +and associated IP, which contains the original license file from Lattice[5]. + + +[1] https://ohwr.org +[2] https://ohwr.org/project/general-cores/blob/master/modules/wishbone/wb_lm32 +[3] https://ohwr.org/project/general-cores/blob/master/modules/wishbone/wb_lm32/README.txt +[4] https://github.com/m-labs +[5] https://github.com/m-labs/lm32/blob/master/LICENSE.LATTICE |