coreblocks
coreblocks copied to clipboard
Add def_one_caller_wrapper
This PR ports from #395 a def_one_caller_wrapper
. Function which is a syntax sugar for introducing a Fifo which collect all incoming data and pass them to the one_caller method.
Examples of usage: https://github.com/kuznia-rdzeni/coreblocks/blob/ddb21b50c9cbc46d154436b3a48a8cdbe323ceeb/coreblocks/fu/vector_unit/v_executor.py#L109 https://github.com/kuznia-rdzeni/coreblocks/blob/ddb21b50c9cbc46d154436b3a48a8cdbe323ceeb/coreblocks/transactions/lib.py#L1444