A
Amal
Guest
I cannot seem to find the Verilog 2001, or SystemVerilog equivalent to
%* format specifier in C/C++! Example found below:
$sformat( str, "[%-*s] : %5d", name_max_length, name, value );
Is there a way to achieve this in SystemVerilog somehow?
-- Amal
%* format specifier in C/C++! Example found below:
$sformat( str, "[%-*s] : %5d", name_max_length, name, value );
Is there a way to achieve this in SystemVerilog somehow?
-- Amal