Does anyone know of a good wiki for doing multicore RISC-V on FPGA? Something more substantial than:

https://www.reddit.com/r/RISCV/comments/z6xzu0/multi_core_im...

When I got my ECE degree in 1999, I was so excited to start an open source project for at least a 256+ core (MIPS?) processor in VHDL on an FPGA to compete with GPUs so I could mess with stuff like genetic algorithms. I felt at the time that too much emphasis was being placed on manual layout, when even then, tools like Mentor Graphics, Cadence and Synopsys could synthesize layouts that were 80% as dense as what humans could come up with (sorry if I'm mixing terms, I'm rusty).

Unfortunately the Dot Bomb, 9/11 and outsourcing pretty much gutted R&D and I felt discouraged from working on such things. But supply chain issues and GPU price hikes for crypto have revealed that it's maybe not wise to rely on the status quo anymore. Here's a figure that shows just how far behind CPUs have fallen since Dennard scaling ended when smartphones arrived in 2007 and cost/power became the priority over performance:

https://www.researchgate.net/figure/The-Dennard-scaling-fail...

FPGA performance on embarrassingly parallel tasks scales linearly with the number of transistors, so more closely approaches the top line.

I did a quick search and found these intros:

https://www.youtube.com/watch?v=gJno9TloDj8

https://www.hackster.io/pablotrujillojuan/creating-a-risc-v-...

https://en.wikipedia.org/wiki/Field-programmable_gate_array

https://www.napatech.com/road-to-fpga-reconfigurable-computi...

Looks like the timeline went:

2000: 100-500 million transistors

2010: 3-5 billion transistors

2020: 50-100 billion transistors

https://www.umc.com/en/News/press_release/Content/technology...

https://www.design-reuse.com/news/27611/xilinx-virtex-7-2000...

https://www.hpcwire.com/off-the-wire/xilinx-announces-genera...

I did a quick search on Digi-Key, and it looks like FPGAs are overpriced by a factor of about 10-100 with prices as high as $10,000. Since most of the patents have probably run out by now, that would be a huge opportunity for someone like Micron to make use of Inflation Reduction Act money and introduce a 100+ billion transistor 1 GHz FPGA for a similar price as something like an Intel i9, say $500 or less.

Looks like about 75 transistors per gate, so I'm mainly interested in how many transistors it takes to make a 32 or 64 bit ALU, and for RAM or DRAM. I'm envisioning an 8x8 array of RISC-V cores, each with perhaps 64 MB of memory for 16 GB total. That would compete with Apple's M1, but with no special heterogenous computing hardware, so we could get back to generic multicore desktop programming and not have to deal with proprietary GPU drivers and function coloring problems around CPU code vs shaders.

You could do a trial build of an in-order Rocket RISC-V core [1] to see how much space it takes up.

[1] https://github.com/chipsalliance/rocket-chip