Layout21 icon indicating copy to clipboard operation
Layout21 copied to clipboard

proto2lef: convert VLSIR layout proto to LEF description

Open growly opened this issue 3 years ago • 3 comments

PTAL

This does not currently work. I use this input GDS and tech proto: inputs.zip.

The generated LEF is empty:

$ cat /tmp/test.lef
UNITS 
    DATABASE MICRONS 1000 ; 
END UNITS 
END LIBRARY 

growly avatar Dec 02 '22 10:12 growly

now that I populate the abstract field in the VLSIR cell per your slack suggestion, I get the error Invalid un-named layer for LEF export from layout21raw/src/lef.rs:128.

fresh inputs attached: artefacts.zip

growly avatar Dec 03 '22 08:12 growly

Actually importing layer names from the proto fixes that problem. Once this has a test it's good to go.

growly avatar Dec 05 '22 12:12 growly

Once this has a test it's good to go.

@growly, you adding that?

dan-fritchman avatar Dec 15 '22 18:12 dan-fritchman