The DPI functionality in System Verilog always mentions that you can interface it with any language, the most common one being C/C++. I want to interface my system Verilog code with Ruby. Is there any documentation or support for this functionality? Any known way to do this?
I should add that my main goal is to call a ruby script from my system Verilog uvm test.
Thanks