KLayout / klayout

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

Spice reader ".endl" should accept lib name #1681

Closed klayoutmatthias closed 2 months ago

klayoutmatthias commented 2 months ago

Apparently some Spice dialects allow adding the lib name to ".endl", like this:

.lib lib_name
...
.endl lib_name

Currently, the Spice reader errors out on ".endl" in that case.