GitHub (Legacy)
07/09/2020, 1:44 AMError: 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