Cyclone V GX Starter Kit
jac_goudsmit
Posts: 418
I just noticed that Altera/Terasic sells a Cyclone V GX starter kit for $179 but it's out of stock right now.
The capabilities of this board and this FPGA are somewhat between the DE0 and the DE2; it doesn't have some of the DE2's features but it does have Arduino headers which should make it easy to add hardware. And the price is much closer to a spouse-approvable level than the $600 DE2-115.
Just wondering: Does anyone have one of these? Is it worth getting (and giving up a week's worth of food :-)?
It should be easy to get the P1V to run on it, since it has something like 77K LE's and 512MB RAM...
===Jac
The capabilities of this board and this FPGA are somewhat between the DE0 and the DE2; it doesn't have some of the DE2's features but it does have Arduino headers which should make it easy to add hardware. And the price is much closer to a spouse-approvable level than the $600 DE2-115.
Just wondering: Does anyone have one of these? Is it worth getting (and giving up a week's worth of food :-)?
It should be easy to get the P1V to run on it, since it has something like 77K LE's and 512MB RAM...
===Jac
Comments
Lots of switches and leds and 7seg too. USB connector s/be mini or micro USB connector.
@Todd: Hey thanks for the tip!. That DE1-SOC looks very versatile. On-board ARM-9, lots of RAM (more than the GX), TV-in and VGA out. I'll keep it in mind but unfortunately it's out of stock too and this one doesn't have a back-in-stock date, just "contact us", so possibly discontinued [EDIT: I just noticed it's a new product so probably not discontinued but just not available yet]. I already have the BeMicroCV (not the scope bundle, I didn't see that until I had already ordered mine) and it was the right price.
===Jac
It has ARM, not NIOS
It is in production - I have one of them on my desk. I even recompiled a p1v for this board. It uses ~8000 ALMs from ~32000 available and run @ 180 MHz.
These boards are simply hard to buy; they are good and cheap, so every batch of them is quickly sold.
Would you care to share your source files? I'll put them up on Github. I may order one of the two boards discussed here when they become available; the BeMicro is nice but I don't have anything to connect to it (yet) so I haven't done a lot of playing around (yet). Maybe I'll take a trip to Fry's Electronics this weekend to see if they have some IDC connectors and ribbon cable to connect my BeMicro to a QuickStart HID board.
===Jac
What matters is these pin assignments. The rest of the the Propeller code doesn't need any changes.
I left the DE1-SoC project at the university, so I can publish this in Monday.
I don't have a board, but I tried building the demo with the free web edition. It was OK.
I've just seen that Digi-Key has 52 of the boards in stock:
http://www.digikey.co.uk/product-highlights/en/terasic-de1soc-development-kit/52033?WT.srch=1&WT.medium=cpc&WT.mc_id=IQ62046885-VQ2-g-VQ6-26639244386-VQ15-1t1-VQ16-c
I'm ordering one.
They are going fast, they only have 47 left.
It powers up and runs the demo.
I am trying to compile the VGA framebuffer project for P1V and the Quartus got all 8 GB RAM and then started swapping. It compiles forever with 8 GB machine, 16 GB needed for this thing
Edit: it choked on big framebuffer made of inferred internal ram. I am trying now to use a megafunction.
Yeah. That's why I'm sticking with the DE0 CIV. Everything about the CV is slow and bloated. I may have to shell out the bucks for a DE2 if I need more capacity. For now I'm really pleased with the DE0. Nice package and a fast FPGA compile cycle. Loading is so fast I don't even notice it.