SpinalHDL / VexiiRiscv

Like VexRiscv, but, Harder, Better, Faster, Stronger
MIT License
63 stars 7 forks source link

Bitmanip #11

Closed andreasWallner closed 2 months ago

andreasWallner commented 3 months ago

This should be an initial version thats mergeable, but not fully done yet.

Current TODO list that I'd open as an issue:

Dolu1990 commented 3 months ago

Soooo many plugins <3

I sent you rights to the NaxSoftware repo. Feel free to merge :)

Thanks :D

Dolu1990 commented 2 months ago

I'd not go for full combinatorics here

Right ^^

So, fondamentaly, as long as there is no coupling between sub parts of the extension, i would say no need to handle them separatly in the binaries.

andreasWallner commented 2 months ago

In the number of plugins: I kept them separate where there is no real reuse of hardware, so that a plugin is useful on its own and there is no big overlap...

On the combinatorics: to some degree there is overlap in the benchmarks...

Dolu1990 commented 2 months ago

On the combinatorics: to some degree there is overlap in the benchmarks...

Right XD I would say, let's keep full B extentions for now