Earlier quoted context omitted.
You are ignoring price point. Small FPGA board from Digilent costs as much as Raspberry Pi 4 4 GB. Development on Raspberry Pi is much more convenient, it is powerful and it already has decent CSI-2, 4K HDMI, Ethernet. Comparable FPGA board goes for hundreds $/€. Because decent CSI-2 with high frame rate and resolution as well as 4K HDMI need decent FPGA with transceivers. Add long hardware development cycles and thi…
I'm just getting started on electronics for an audio project, but the Arduino setup of compiling code on my regular computer and uploading it over USB to firmware seems pretty nice? Since I'm never going to connect it to the Internet or even a monitor, why does Ethernet or HDMI matter? Let alone 4K HDMI. It seems like that's more about having a cheap desktop computer than doing electronics? But I already have a deskt…
Xilinx FPGA Board for Arduino
21–30 of 48 posts
Re: Xilinx FPGA Board for Arduino
#22Meh it’s a Xilinx part. They are too lawyer heavy for my liking, issuing takedowns on educational vids [0] and file DMCA takedowns of reverse engineering [1] [0] https://youtube.com/watch?v=swVuqG9-H0E [1] https://github.com/github/dmca/search?utf8=&q=Xilinx&type=
There are enough gates to do some interesting stuff without it getting overwhelming, and you can run a RiscV softcore.
https://www.cnx-software.com/2019/08/28/orangecrab-is-an-ope...
Re: Xilinx FPGA Board for Arduino
#23Re: Xilinx FPGA Board for Arduino
#24It's better to have a slitghly worse hardware that you can actually program and use than something that requites the poster child of horrible proprietary software.
Re: Xilinx FPGA Board for Arduino
#25Looking at their example code it just seems so far removed from hardware that I am stuck scratching my head: https://github.com/sea-s7/spartan-edge-ioex/blob/master/exam...
Re: Xilinx FPGA Board for Arduino
#26Meh it’s a Xilinx part. They are too lawyer heavy for my liking, issuing takedowns on educational vids [0] and file DMCA takedowns of reverse engineering [1] [0] https://youtube.com/watch?v=swVuqG9-H0E [1] https://github.com/github/dmca/search?utf8=&q=Xilinx&type=
Re: Xilinx FPGA Board for Arduino
#27Can someone explain the appeal of this to me? I love playing with fpgas but if you're not working in an hdl then what is the value? Typically you'd use an fpga as a dev tool to design an asic or maybe even use the fpga outright if it's fast enough at your task to make it worthwhile. By issuing commands via arduino scratch code, you toss all practical value out the window as far as I can tell. Looking at their example…
> Typically you'd use an fpga as a dev tool to design an asic or maybe even use the fpga outright if it's fast enough at your task to make it worthwhile.
No way. FPGA's are extremely useful for low volume alternative to asics or tasks where the logic may have to change according to end use cases. They are found everywhere you need a quick bit of complex logic and don't want an asic or need some extreme form of flexibility.
Re: Xilinx FPGA Board for Arduino
#28Can someone explain the appeal of this to me? I love playing with fpgas but if you're not working in an hdl then what is the value? Typically you'd use an fpga as a dev tool to design an asic or maybe even use the fpga outright if it's fast enough at your task to make it worthwhile. By issuing commands via arduino scratch code, you toss all practical value out the window as far as I can tell. Looking at their example…
Re: Xilinx FPGA Board for Arduino
#29In the spirit of Arduino it should come with some simple visual HDL language for FPGA dataflow. Like icestudio.io, maybe with more high-level blocks.