Hacker News new | ask | show | jobs
by ruslan 1337 days ago
I toyed with my own implementation of one-stage RV32I for FPGAs, does this count ? ;)
2 comments

I think that's a lot more than Rob has done. What did you learn?
Well, at least I learnt that pipelining is for good, it speed-ups execution quite a lot. :)
>one-stage

as in not pipelined?

Yes, there was no pipeline. :)