Wilson Snyder
Wilson Snyder
Seems a good idea, pehaps you'd consider to conditionalize the code with a new variable and submit a pull request?
Thanks for the good write up. I looked at this further. >I understand this is a bit complicated to solve. It seems AUTOINST has to know it's output is signed...
Agree it's a bit off. Note, unfortunately, highlighting issues for the most part are only fixed when someone can provide a pull request.
Someone else might come along and fix it eventually, but best bet is to fix it yourself. Perhaps a better way I could have said it is for font-lock I...
@gmlarumbe not sure if you've looked at this area, what do you think?
#3678 seems similar so should be considered as part of this issue, that's problem is __Vm_traceActivity which I suspect is also part of this issue's problem.
It looks like we don't have a test like t_enum_public that uses the VLT syntax (as we do for e.g. t_trace_public_func.vlt), so probably this has never been supported. I'd presume...
Makes sense, perhaps make UNUSEDVAR, UNUSEDPARAM? Should it be even finer split? For backwards compatibility we should suppress both warnings on UNUSED. Would you be willing to make a pull...
Might you be willing to look into adding the test and making a pull request to fix this? V3Width converts the unfortunate overloaded IEEE replicate/concat {} syntax to match the...
Modules that are inlined create special V3Ast cells that eventually lead to VerilatedVpioScope structures in the runtime include library. Those (and VerilatedVpioModule etc) are then referenced by the VPI code...