kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
37 stars 16 forks source link

Add custom combiners #663

Closed tilk closed 7 months ago

tilk commented 7 months ago

This PR allows nonexclusive methods with arguments by introducing the concept of a combiner function. When there are multiple calls, their arguments are combined into a single one which is then passed to the method body.