djg / verilated-rs

Verilator Porcelain
Apache License 2.0
36 stars 14 forks source link

Add missing "+" on SV flags. #4

Closed kunalq closed 4 years ago

kunalq commented 4 years ago

Without the "+", Verilator interprets the argument as a module name -- this PR fixes the CLI arg.

Manually verified with a small SystemVerilog example. :)

djg commented 4 years ago

Thanks for the fix!