Skip to content

crlcore: Fix out-of-bounds with short layer names

Myrtle Shah requested to merge shah/coriolis:short-layer-name-fix into devel

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

Merge request reports