mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 10:57:51 +02:00
Refinement
* Option added to buddy tools ("lefdef-skip-duplicate-macros")
* Properly adding to GSI
* Tests for GSI binding in LoadLayoutOptions
This commit is contained in:
Vendored
+4
@@ -392,6 +392,10 @@ class DBReaders_TestClass < TestBase
|
||||
conf.read_lef_with_def = false
|
||||
assert_equal(conf.read_lef_with_def, false)
|
||||
|
||||
assert_equal(conf.skip_duplicate_macros, false)
|
||||
conf.skip_duplicate_macros = true
|
||||
assert_equal(conf.skip_duplicate_macros, true)
|
||||
|
||||
end
|
||||
|
||||
# MAG Options
|
||||
|
||||
Reference in New Issue
Block a user