Lombiq / Hastlayer-SDK

Turning .NET software into FPGA hardware for faster execution and lower power usage.

Home Page:https://hastlayer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ref and out parameters

Piedone opened this issue · comments

Support passing variables by reference with ref and out method arguments. Would need the same kind of write-back as it happens when arrays and other objects are passed to methods. Some aspects of this are supported because of array passing.