KLayout / klayout

KLayout Main Sources
http://www.klayout.org
GNU General Public License v3.0
743 stars 192 forks source link

Don't read duplicate LEF files #1724

Closed klayoutmatthias closed 4 weeks ago

klayoutmatthias commented 1 month ago

A case of duplicate LEF files happens here:

image

The "merged.lef" file is read as explicit LEF, but also implicitly. This gives a "duplicate macro definition" error as any macro contained in that file is read twice.

The proposal is to make sure, every LEF is only read once.