hughperkins / VeriGPU

OpenSource GPU, in Verilog, loosely based on RISC-V ISA
MIT License
812 stars 91 forks source link

Network on a Chip (NoC) implementation #5

Open hughperkins opened 2 years ago

hughperkins commented 2 years ago

Need a network on a chip implementation

Firstly, what is network on a chip? See https://amstel.estec.esa.int/tecedm/NoC_workshop/GinosarNOC_Tutorial.pdf Buses are becoming spaghetti, so chips nowadays use an internal packet-switching network instead.

Screen Shot 2022-04-07 at 9 05 59 AM

(slide from presentation linked above)

Then the tasks for NoC for VeriGPU are:

kevinpinto98 commented 2 years ago

Hi @hughperkins I am interested in implementing the NoC for VeriGPU. Kindly let me know if this is still available. Also could you let me know in brief the steps to be followed in order to contribute to this repository.