vunit icon indicating copy to clipboard operation
vunit copied to clipboard

Special verilog parameters tb_path and output_path don't work in Riviera-PRO

Open pib88 opened this issue 5 years ago • 1 comments

When you use tb_path or output_path in verilog they are specified in command line like this: -gtb_path=<TB_PATH>

That does not work in Riviera because you need to put string in double quotes to have it interpreted correctly: -gtb_path="<TB_PATH>"

Since it's impossible to determine parameter type by its value, solution should be limited to parameters that we know are strings: tb_path and output_path.

pib88 avatar Sep 29 '20 07:09 pib88

It look good to me, however, I do not have Riviera and cannot confirm the issue or the proposed fix. But I do not see any issue with the code. @LarsAsplund, I suggest to merge.

dalex78 avatar May 10 '22 15:05 dalex78