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