crlcore: Fix out-of-bounds with short layer names
sky130 has short layer names; layerName.substr(layerName.size()-4)
was underflowing and causing an out-of-bounds error with these.
sky130 has short layer names; layerName.substr(layerName.size()-4)
was underflowing and causing an out-of-bounds error with these.