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/vivado_ipi | |
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/vivado_ipi')
-rw-r--r-- | fpga/usrp3/lib/vivado_ipi/README.adi | 18 |
1 files changed, 18 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 |