0 Members and 1 Guest are viewing this topic.
It's a low latency, hardware-threaded IO processor, not an FPGA.
Here's a whitepaper about XMOShttps://www.xmos.com/download/public/XMOS-Technology-Whitepaper%281.0%29.pdfHere's a language reference guidehttps://www.xmos.com/download/public/XC-Programming-Guide%28X1009C%29.pdf and here's some projects thyat other people have designed for ithttps://www.xcore.com/projectsXMOS is far from useless, but it's not the same kind of thing as FPGA. in FPGA, you use VHDL to design and connect logic gates.XC, on the other hand, is similar to C, but it has easier ways to set up parallel threads and access I/O.I'm not an expert. I've just been doing a little research in preparation for getting my new X1000. I'd like to put an FPGA card in it too. I can think of lots of uses for FPGA, but I'm still looking for an application that can use the massive parallelism that XMOS provides.