Allwinner D1 Possible Future Cheaper FPGA Options

For topics which do not fit in other specific forums.
User avatar
CartoonDonkey
Posts: 121
Joined: Fri Aug 06, 2021 8:22 am
Has thanked: 17 times
Been thanked: 29 times

Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by CartoonDonkey »

AngelicLiver
Posts: 328
Joined: Fri May 29, 2020 8:50 am
Has thanked: 69 times
Been thanked: 94 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by AngelicLiver »

Awesome work!

User avatar
Armakuni
Posts: 189
Joined: Fri Jan 13, 2023 10:37 am
Has thanked: 35 times
Been thanked: 24 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by Armakuni »

Is this really a viable solution ? The D1 is just a cheap RiscV based board too

Why not just fork the cores to the board he's using with the Cyclone, the Linux side is not needed.

dmckean
Posts: 307
Joined: Sat Jan 16, 2021 7:03 am
Has thanked: 388 times
Been thanked: 95 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by dmckean »

Armakuni wrote: Tue Feb 21, 2023 1:59 pm

Is this really a viable solution ? The D1 is just a cheap RiscV based board too

Why not just fork the cores to the board he's using with the Cyclone, the Linux side is not needed.

The framework is the amazing part of MiSTer.

User avatar
Armakuni
Posts: 189
Joined: Fri Jan 13, 2023 10:37 am
Has thanked: 35 times
Been thanked: 24 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by Armakuni »

Isn't the framework mostly on the FPGA side though ?

The HPS is for mostly housekeeping duties

zakk4223
Posts: 270
Joined: Sun May 24, 2020 10:55 pm
Been thanked: 107 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by zakk4223 »

Armakuni wrote: Tue Feb 21, 2023 6:52 pm

Isn't the framework mostly on the FPGA side though ?

The HPS is for mostly housekeeping duties

All rom loading/file browsing, usb controller interfacing/maping, configuration saving etc are handled by the HPS. The FPGA side framework is the scaler and some interfaces to sdram/ddr3. A lot of it is a bridge between the HPS and your core code.

You can get rid of the HPS, but you'll have to deal with a lot of stuff you normally wouldn't have to worry about. Or just lose the features entirely

jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by jca »

The framework is on the FPGA, on the HPS you have MISTer main which plays an essential role: all I/O (except screen) including a tight loop to handle controllers, loading cores, ... There is also Menu.rbf which is the startup core which among other things is used to the initial setup of a new controller

dmckean
Posts: 307
Joined: Sat Jan 16, 2021 7:03 am
Has thanked: 388 times
Been thanked: 95 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by dmckean »

I'm unaware of any other device that handles I/O as well as MiSTer. There's all sorts of potential for reusing that in other projects.

hansfbaier
Posts: 1
Joined: Wed Feb 22, 2023 3:17 am
Has thanked: 3 times
Been thanked: 9 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by hansfbaier »

My main goal is to have the MiSTer run on cheaper FPGA boards.
If, for example, I take this board https://www.aliexpress.com/item/4000170003461.html for $80
and a $16 Allwinner D1, then we have the basic hardware for less than $100
It still, of course would need a custom PCB to connect it all together, which I want to design,
but I am not sure of how much that would cost (maybe around $50 or so for small quantities, depending on what features it will have).
Using the QMTech form factor (like the NeptUNO does too), also has the advantage of using larger FPGAs, like the 200k Artix,
or the 325k Kintex, which both only cost around $100:
https://www.aliexpress.com/item/1005002960622091.html
https://www.aliexpress.com/item/1005003668804223.html
But, of course, all cores will need to be adapted, once a different FPGA is used.

Also, since yesterday, It can already load cores, see this video: https://www.youtube.com/watch?v=2uCWzgr ... e=youtu.be
It still has a lot of bugs, but I was quite pleased to get this far in a little more than one (intense) week.

User avatar
Armakuni
Posts: 189
Joined: Fri Jan 13, 2023 10:37 am
Has thanked: 35 times
Been thanked: 24 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by Armakuni »

zakk4223 wrote: Tue Feb 21, 2023 7:22 pm
Armakuni wrote: Tue Feb 21, 2023 6:52 pm

Isn't the framework mostly on the FPGA side though ?

The HPS is for mostly housekeeping duties

All rom loading/file browsing, usb controller interfacing/maping, configuration saving etc are handled by the HPS. The FPGA side framework is the scaler and some interfaces to sdram/ddr3. A lot of it is a bridge between the HPS and your core code.

You can get rid of the HPS, but you'll have to deal with a lot of stuff you normally wouldn't have to worry about. Or just lose the features entirely

We have seen many other FPGA Multi Systems without a ARM side though MiST, Sidi, Neptuno, Turbo Chameleon etc

At least we haven't had the moaning MiSTer breaches GPL yet from this project like we have seen with other efforts in forking

User avatar
ericgus09
Posts: 208
Joined: Mon May 25, 2020 2:47 am
Has thanked: 7 times
Been thanked: 26 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by ericgus09 »

hansfbaier wrote: Wed Feb 22, 2023 3:44 am

My main goal is to have the MiSTer run on cheaper FPGA boards.

but I am not sure of how much that would cost (maybe around $50 or so for small quantities, depending on what features it will have).

This has always been what kills these kinds of efforts, when folks in the past over the years tried to find "cheaper" alternatives to the mister they end up finding it costs more to make (this is in part due to the fact the de10 nano is heavily subsidized by Intel, thats going to be hard to beat) .. I do wish you luck in your efforts, maybe you will be the lucky one that cracks this long standing nut.

gregory003
Posts: 3
Joined: Sun Dec 19, 2021 8:03 pm

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by gregory003 »

ericgus09 wrote: Wed Feb 22, 2023 8:07 pm
hansfbaier wrote: Wed Feb 22, 2023 3:44 am

My main goal is to have the MiSTer run on cheaper FPGA boards.

but I am not sure of how much that would cost (maybe around $50 or so for small quantities, depending on what features it will have).

This has always been what kills these kinds of efforts, when folks in the past over the years tried to find "cheaper" alternatives to the mister they end up finding it costs more to make (this is in part due to the fact the de10 nano is heavily subsidized by Intel, thats going to be hard to beat) .. I do wish you luck in your efforts, maybe you will be the lucky one that cracks this long standing nut.

And where you found information that DE10 Nano is in any way donating by Intel? I could only find some academic discount worth few bucks. Any proof of that board is selling with loss on Intel side? I often see here people saying about Intel discount on De10, but no one has presented any proof.

As for the topic. I don't think porting Mister HPC framework gives you much. Cores still needs to be ported independently. And Mister framework was built strictly around features of DE10 and Cyclone V. Maybe would be better to starting from scratch, like OpenFPGA for Analogue Pocket.

dmckean
Posts: 307
Joined: Sat Jan 16, 2021 7:03 am
Has thanked: 388 times
Been thanked: 95 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by dmckean »

I doubt there's any subsidies beyond the education one. If you get prices quoted for the SOC used in the DE-10 nano in 10,000+ quantities in the Asian market it is much, much cheaper than small quantities in the North American market.

rhester72
Top Contributor
Posts: 1118
Joined: Thu Jun 11, 2020 2:31 am
Has thanked: 13 times
Been thanked: 171 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by rhester72 »

I've been battling the "DE-10 subsidized by Intel" rumor for years. It's never, ever been true...but apparently that doesn't matter.

User avatar
ericgus09
Posts: 208
Joined: Mon May 25, 2020 2:47 am
Has thanked: 7 times
Been thanked: 26 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by ericgus09 »

Well I can tell you there have been countless "lets build a cheaper Mister" in various incarnations and they all end the same way .. it costs more to build one no matter how much sincere effort they put in trying to find decent pricing on parts.. Honestly I wish you luck and do hope you succeed as it would open doors to even more people .. but many of us who have been here since pre-mister (mist) days, have seen this story play out over and over and over..

dmckean
Posts: 307
Joined: Sat Jan 16, 2021 7:03 am
Has thanked: 388 times
Been thanked: 95 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by dmckean »

The last time I even saw someone try was two years ago and in that time the price of the DE-10 Nano has gone up 100% and a lot of new FPGA hardware has come into the market. It's worth investigating what's possible.

Hardware has a life cycle too, normally somewhere around 7-10 years and the DE-10 Nano turned 5 last summer.

User avatar
ericgus09
Posts: 208
Joined: Mon May 25, 2020 2:47 am
Has thanked: 7 times
Been thanked: 26 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by ericgus09 »

dmckean wrote: Fri Feb 24, 2023 12:12 am

Hardware has a life cycle too, normally somewhere around 7-10 years and the DE-10 Nano turned 5 last summer.

Yea we raised this issue too when the Mister first became a thing..

User avatar
Armakuni
Posts: 189
Joined: Fri Jan 13, 2023 10:37 am
Has thanked: 35 times
Been thanked: 24 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by Armakuni »

gregory003 wrote: Wed Feb 22, 2023 11:10 pm
ericgus09 wrote: Wed Feb 22, 2023 8:07 pm
hansfbaier wrote: Wed Feb 22, 2023 3:44 am

My main goal is to have the MiSTer run on cheaper FPGA boards.

but I am not sure of how much that would cost (maybe around $50 or so for small quantities, depending on what features it will have).

This has always been what kills these kinds of efforts, when folks in the past over the years tried to find "cheaper" alternatives to the mister they end up finding it costs more to make (this is in part due to the fact the de10 nano is heavily subsidized by Intel, thats going to be hard to beat) .. I do wish you luck in your efforts, maybe you will be the lucky one that cracks this long standing nut.

And where you found information that DE10 Nano is in any way donating by Intel? I could only find some academic discount worth few bucks. Any proof of that board is selling with loss on Intel side? I often see here people saying about Intel discount on De10, but no one has presented any proof.

As for the topic. I don't think porting Mister HPC framework gives you much. Cores still needs to be ported independently. And Mister framework was built strictly around features of DE10 and Cyclone V. Maybe would be better to starting from scratch, like OpenFPGA for Analogue Pocket.

Doesn't the various branding from companies on the DE-10 give any hints how subsided the board is ?
It was developed for Intel's FPGA college program

FPGAs like the cyclone V are not necessarily expensive to produce as they are ten year old chips fabbed on TSMC 28nm but they are a niche product mostly for industrial use so carry high margins usually

jd213
Posts: 94
Joined: Sun Aug 15, 2021 2:44 pm
Has thanked: 16 times
Been thanked: 16 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by jd213 »

hansfbaier wrote: Wed Feb 22, 2023 3:44 am

My main goal is to have the MiSTer run on cheaper FPGA boards.

Looks like some major progress is being made on this going by your Twitter posts, I'm tempted to order some of these boards but I'll wait and see how things progress (plus I already have a MiSTer setup anyway, but always good to have a backup especially with current DE-10 Nano prices and availability)

jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by jca »

gregory003
Posts: 3
Joined: Sun Dec 19, 2021 8:03 pm

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by gregory003 »

hansfbaier wrote: Wed Feb 22, 2023 3:44 am

My main goal is to have the MiSTer run on cheaper FPGA boards.

Interesting choice. That Kintex board have 256 MB built DDR3 RAM so we wouldn't need extra SD RAM module. Also 2x64 pin GPIO looks promising. We could have direct controller input in place of obviously missing SNAC, but digital/analog output board will be necessary. D1 nor Kintex board haven't any video output, but even if main/HPC board had any, sending video signal back to HPC RAM and next to GPU adds tons of lag (like Nvidia Optimus on some laptops does).

But I still have no idea why you opted for exotic, pretty expensive and exotic RISC-V board instead of easily accessible, cheap, well knowed Raspberry? Raspberry is also convenient choice due to MT32-Pi.

grizzly
Posts: 375
Joined: Tue Jun 16, 2020 12:22 pm
Has thanked: 55 times
Been thanked: 76 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by grizzly »

DDR3 is way faster then SDRAM yes.
BUT DDR3 also has much higher latency then SDRAM, which could be a BIG deal with systems that was built using SDRAM.

And the DE-10 nano (also known as MiSTer :shock: ) has 1GB DDR3 that can not be used in many cores that needs the SDRam addon!

Missus
Posts: 129
Joined: Fri Jan 27, 2023 12:45 am
Has thanked: 27 times
Been thanked: 27 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by Missus »

gregory003 wrote: Wed Mar 01, 2023 11:49 pm

But I still have no idea why you opted for exotic, pretty expensive and exotic RISC-V board instead of easily accessible, cheap, well knowed Raspberry? Raspberry is also convenient choice due to MT32-Pi.

easily accessible, cheap, convenient... raspberry pi?
did you just time warp back to 2020?

gregory003
Posts: 3
Joined: Sun Dec 19, 2021 8:03 pm

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by gregory003 »

grizzly wrote: Thu Mar 02, 2023 8:17 am

DDR3 is way faster then SDRAM yes.
BUT DDR3 also has much higher latency then SDRAM, which could be a BIG deal with systems that was built using SDRAM.

No, DDR3 hasn't higher latency than SD RAM. Where you get that information? Actually is opposite. Typical CAS latency for SD Ram at 133 MHz is 7.500 ns, for average DDR3 2133 MHz just below 0.500 ns. So…

EDIT: I screwed units…

grizzly wrote: Thu Mar 02, 2023 8:17 am

And the DE-10 nano (also known as MiSTer :shock: ) has 1GB DDR3 that can not be used in many cores that needs the SDRam addon!

Because DDR3 on Cyclone V is managed by HPS and accessing it bring even more latency.

german_user
Posts: 97
Joined: Wed Sep 08, 2021 12:09 pm
Has thanked: 25 times
Been thanked: 13 times

Re: Allwinner D1 Possible Future Cheaper FPGA Options

Unread post by german_user »

@hansfbaier
Cool to see, but for 50$ savings? I dont know if it worth that effort yet

Post Reply