#69 sky130_fd_sc_hvl : The 'clk_width' attribute, ...
# general
g
#69 sky130_fd_sc_hvl : The 'clk_width' attribute, which expects values of string type Issue opened by msaligane Actual Behavior The following error happens when reading the libs in primetime:
Copy code
Error: Line 36, The 'clk_width' attribute, which expects values of string type,
    is being supplied a value of floating-point type. (LBDB-53)
clk_width : 2.500000e-08;
Expected Behavior To fix this issue: clk_width should be defined this way:
clk_width : "2.500000e-08";
google/skywater-pdk