GitHub (Legacy)
07/09/2020, 1:46 AMError: Line 268, The 'tran_timestep' attribute, which expects values of string type,
is being supplied a value of floating-point type. (LBDB-53)
tran_timestep : 1.000000e-12;
Expected Behavior
The correct syntax is:
tran_timestep : "1.000000e-12";
google/skywater-pdk