ERROR: VPI NOFORCB: vpi_put_value() cannot force a
bit of an unexpanded vector net
Some of the verilog simulation will not expand out the output bus, so you
cannot use .input/.output/.inout to drive the signal.
For the output [MSBSB] name that is causing the issue, add "wire scalared
[MSBSB] name". Alternatively, you can set the signal as "output reg".
ERROR: VPI NOFORCB: vpi_put_value() cannot force a
bit of an unexpanded vector net
Some of the verilog simulation will not expand out the output bus, so you
cannot use .input/.output/.inout to drive the signal.
For the output [MSBSB] name that is causing the issue, add "wire scalared
[MSBSB] name". Alternatively, you can set the signal as "output reg".