#70 sky130_fd_sc_hvl: The 'snps_predriver_ratio' a...
# general
g
#70 sky130_fd_sc_hvl: The 'snps_predriver_ratio' 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 266, The 'snps_predriver_ratio' attribute, which expects values of string type,
    is being supplied a value of floating-point type. (LBDB-53)
snps_predriver_ratio : 0.5000000000;
Expected Behavior The correct syntax is:
snps_predriver_ratio : "0.5000000000";
google/skywater-pdk