#72 sky130_fd_sc_hvl: The 'tran_timestep' attribut...
# general
g
#72 sky130_fd_sc_hvl: The 'tran_timestep' attribute, which expects values of string type Issue opened by msaligane Actual Behavior The following error message is reported when reading this lib in primetime:
Copy code
Error: 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