verilator / verilator

Verilator open-source SystemVerilog simulator and lint system
https://verilator.org
GNU Lesser General Public License v3.0
2.55k stars 609 forks source link

Remove C-style cast in VPI_HANDLE #5088

Closed toddstrader closed 6 months ago

toddstrader commented 6 months ago

Makes the Codacy check happy. Also admits that we're ditching const here (thanks VPI).

toddstrader commented 6 months ago

Why char and not keep PLI_BYTE8?

Not really sure. But yeah, no reason to change it.

toddstrader commented 6 months ago

Sorry, didn't notice earlier, should it be nullptr?

Yeah, Codacy wasn't yelling about that but agreed that is the more type safe option.