if ($test$plusargs(“CPU0_LOAD=”)) begin
$value$plusargs(“CPU0_LOAD=%s”, cpu0_str);
end
The above code actually compiles and works just fine. I am confused about the “=” in the ‘if’ statement. Seems like the “=” really didn’t cause any issues in determining if the plusarg has been defined or not.