From 353a8ce7e313e8d203635151402ef88a0171bf45 Mon Sep 17 00:00:00 2001 From: Wanda Date: Tue, 13 Feb 2024 22:42:14 +0100 Subject: [PATCH] README: add the full list of supported AMD devices. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97b9781..f3b0f07 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,13 @@ Amaranth can be used to target any FPGA or ASIC process that accepts behavioral * Lattice MachXO3L (toolchains: Diamond); * Lattice ECP5 (toolchains: **Yosys+nextpnr**, Diamond); * Lattice Nexus (toolchains: **Yosys+nextpnr**, Diamond); - * AMD Spartan 3A (toolchains: ISE); + * AMD Virtex, Virtex E, Spartan 2, Spartan 2E (toolchains: ISE); + * AMD Virtex II, Virtex II Pro (toolchains: ISE); + * AMD Spartan 3, Spartan 3E, Spartan 3A, Spartan 3AN, Spartan 3A DSP (toolchains: ISE); + * AMD Virtex 4, Virtex 5, Virtex 6 (toolchains: ISE); * AMD Spartan 6 (toolchains: ISE); - * AMD 7-series (toolchains: Vivado); - * AMD UltraScale (toolchains: Vivado); + * AMD 7-series (toolchains: Vivado, ISE); + * AMD UltraScale, UltraScale+ (toolchains: Vivado); * Intel (toolchains: Quartus); * Quicklogic EOS S3 (toolchains: **Yosys+VPR**).