Replies: 10 comments 13 replies
-
it is possible, but how many gates needs the picorv32 ? |
Beta Was this translation helpful? Give feedback.
-
it would be nice to have an ethernet driver directly in verilog, |
Beta Was this translation helpful? Give feedback.
-
In general, I would like to keep softcores out. I got an artix board cheap, which already has a network port on it and there are also 2 on the Colorlight boards. But I would like to have a simple softcore that can only handle the network part. But then only in such a way that it can be optionally integrated as an interface plugin. I have never used a softcore and therefore have no experience of how to integrate it correctly. the firmware also has to be included in the bitfile/spiflash somehow. I am somewhat helpless at this point :) |
Beta Was this translation helpful? Give feedback.
-
found and test this one on my arty board: |
Beta Was this translation helpful? Give feedback.
-
Oliver have you looked at this: |
Beta Was this translation helpful? Give feedback.
-
the first step :) the bad:
the good:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello, I was testing the picorv32 branch but i could not figure how to upload the C firmware to the EPROM but looks like there is a extension filter :/
this did not work thanks |
Beta Was this translation helpful? Give feedback.
-
got it :) https://youtube.com/shorts/xcC7Dun8vxE works for me :) testet on IceBreaker and MAX10, but i think it should run on all FPGA's, |
Beta Was this translation helpful? Give feedback.
-
i have test it with my tankprime20k board (not the lite) and it works i removed the generated 'qt_spitest.py' tool now, but you can use this now:
if you can ping the w5500 IP ('192.168.10.194') than the module is initialized and should work, |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm not sure it this makes sense but Ive been thinking about this, instead of use a esp32 a picorv32 :).
Got one on the Alhambra II and wrote some code for it in c but can't figure if is really possible to do this, so I'm asking :)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions