Skip to content

vendor._lattice: add Nexus support. #1342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ See the [Language guide](https://amaranth-lang.org/docs/amaranth/latest/guide.ht
Amaranth can be used to target any FPGA or ASIC process that accepts behavioral Verilog-2001 as input. It also offers extended support for many FPGA families, providing toolchain integration, abstractions for device-specific primitives, and more. Specifically:

* Lattice iCE40 (toolchains: **Yosys+nextpnr**, LSE-iCECube2, Synplify-iCECube2);
* Lattice MachXO2 (toolchains: Diamond);
* Lattice MachXO3L (toolchains: Diamond);
* Lattice MachXO2, MachXO3L (toolchains: **Yosys+nextpnr**, Diamond);
* Lattice ECP5 (toolchains: **Yosys+nextpnr**, Diamond);
* Lattice Nexus (toolchains: **Yosys+nextpnr**, Diamond);
* Lattice Nexus (toolchains: **Yosys+nextpnr**, Radiant);
* 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);
Expand Down
Loading