coreblocks icon indicating copy to clipboard operation
coreblocks copied to clipboard

Add def_one_caller_wrapper

Open lekcyjna123 opened this issue 1 year ago • 2 comments

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

lekcyjna123 avatar Dec 15 '23 14:12 lekcyjna123