aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2021-11-05 13:29:01 -0400
committerWilliam D. Jones <thor0505@comcast.net>2021-12-16 16:59:38 -0500
commit78ce9971ff9c0c5ed1b38e5a3423f325c9a1d6e5 (patch)
tree4df6b46506db57bdb78579a58405095f6b5eea27 /README.md
parent4d757922572e6009777c6d533d410cdb2257c363 (diff)
downloadnextpnr-78ce9971ff9c0c5ed1b38e5a3423f325c9a1d6e5.tar.gz
nextpnr-78ce9971ff9c0c5ed1b38e5a3423f325c9a1d6e5.tar.bz2
nextpnr-78ce9971ff9c0c5ed1b38e5a3423f325c9a1d6e5.zip
README.md: Add machxo2 arch to list of (experimental) supported devices.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c1b28f15..14128b87 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Currently nextpnr supports:
* Lattice Nexus devices supported by [Project Oxide](https://github.com/gatecat/prjoxide)
* Gowin LittleBee devices supported by [Project Apicula](https://github.com/YosysHQ/apicula)
* *(experimental)* Cyclone V devices supported by [Mistral](https://github.com/Ravenslofty/mistral)
+ * *(experimental)* Lattice MachXO2 devices supported by [Project Trellis](https://github.com/YosysHQ/prjtrellis)
* *(experimental)* a "generic" back-end for user-defined architectures
There is some work in progress towards [support for Xilinx devices](https://github.com/gatecat/nextpnr-xilinx/) but it is not upstream and not intended for end users at the present time. We hope to see more FPGA families supported in the future. We would love your help in developing this awesome new project!