diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-01-28 13:23:10 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-01-28 14:28:48 -0700 |
commit | 5ad27a59ec09fb2e55a37993eb8992c8df83cb8b (patch) | |
tree | b0af3bb612c00b8cc0b6718a2f6249e73a9c1a28 /fpga/docs/usrp3 | |
parent | da297ccf82836dc3f1e1c9a4daef8e85a5b9a4d5 (diff) | |
download | uhd-5ad27a59ec09fb2e55a37993eb8992c8df83cb8b.tar.gz uhd-5ad27a59ec09fb2e55a37993eb8992c8df83cb8b.tar.bz2 uhd-5ad27a59ec09fb2e55a37993eb8992c8df83cb8b.zip |
fpga: docs: Add B205mini FPGA info
- Add ISE WebPACK supported FPGAs
- Add FPGA type for B205mini
- Update product name and URL for Vivado
Diffstat (limited to 'fpga/docs/usrp3')
-rw-r--r-- | fpga/docs/usrp3/build_instructions.md | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/fpga/docs/usrp3/build_instructions.md b/fpga/docs/usrp3/build_instructions.md index aa27792df..235ed07ff 100644 --- a/fpga/docs/usrp3/build_instructions.md +++ b/fpga/docs/usrp3/build_instructions.md @@ -6,24 +6,26 @@ The USRP FPGA build system requires a UNIX-like environment with the following dependencies -- [Xilinx Vivado 2019.1](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/2019-1.html) (For 7 Series FPGAs) -- [Xilinx ISE 14.7](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive-ise.html) (For all other FPGAs) +- [Xilinx Vivado Design Suite HLx Editions 2019.1](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive.html) (For 7 Series and UltraScale+ FPGAs) +- [Xilinx ISE Design Suite 14.7](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive-ise.html) (For all other FPGAs) - [GNU Make 3.6+](https://www.gnu.org/software/make/) - [GNU Bash 4.0+](https://www.gnu.org/software/bash/) - [Python 3.5](https://www.python.org/) - [Doxygen](https://www.doxygen.nl/index.html) (Optional: To build the manual) - [ModelSim](https://www.mentor.com/products/fv/modelsim/) (Optional: For simulation) -The following USRPs work with the free WebPack versions: -- USRP E310/E312/E313 +The following USRPs work with the free WebPACK versions: +- USRP B200/B200mini (ISE) +- USRP E310/E312/E313 (Vivado) ### What FPGA does my USRP have? -- USRP B200: Spartan 6 XC6SLX75 -- USRP B200mini: Spartan 6 XC6SLX75 -- USRP B210: Spartan 6 XC6SLX150 -- USRP X300: Kintex 7 XC7K325T (7 Series) -- USRP X310: Kintex 7 XC7K410T (7 Series) +- USRP B200: Spartan-6 XC6SLX75 +- USRP B210: Spartan-6 XC6SLX150 +- USRP B200mini: Spartan-6 XC6SLX75 +- USRP B205mini: Spartan-6 XC6SLX150 +- USRP X300: Kintex-7 XC7K325T (7 Series) +- USRP X310: Kintex-7 XC7K410T (7 Series) - USRP E310: Zynq-7000 XC7Z020 (7 Series) - USRP E320: Zynq-7000 XC7Z045 (7 Series) - USRP N300: Zynq-7000 XC7Z035 (7 Series) |