Commit Graph

16 Commits

Author SHA1 Message Date
klayoutmatthias b7b26b7ecd Turning off Python module test 2022-12-18 01:16:46 +01:00
Matthias Köfferlein b413cb9d74
Netlist compare: Ambiguity resolution through name matching now default (can be turned off) (#594)
* WIP: some refactoring

* WIP: some refactoring

* Netlist compare: introducing ambiguity resolution by net names

By default now net names are used for resolving ambiguities.
If net names match, they will be used to associate nets if the
choice is ambiguous. This is usually much faster and more reliable
than trying to resolve ambiguities through topology analysis.

This feature can be disabled using "consider_net_names(false)" in
the LVS script.

* Some refactoring, Jenkinsfile modified for better test coverage
2020-06-29 20:47:57 +02:00
Matthias Koefferlein b7ee5b043d Disable concurrent builds on Jenkins 2020-03-29 10:41:27 +02:00
Matthias Köfferlein 69e7704430
Issue 501 (#505)
* Fixed #501 (more Qt ownership management) - this commit contains some more changes because I had to regenerate the Qt binding sources.

* Fixed #501 (Qt object ownership transfer) - repairs, added tests

* Updated Jenkinsfile to not publish a PR build

* Update Jenkinsfile - exclude PR's from build
2020-02-21 18:25:22 +01:00
Matthias Koefferlein 4a8c4fef35 Generalized run_ut step in Jenkinsfile. 2018-06-24 12:30:17 +02:00
Matthias Koefferlein 56a359741a Jenkinsfile updated (wrong path for junit file) 2018-06-24 12:00:12 +02:00
Matthias Koefferlein a49d1d5fbd New Jenkinsfile (testing) 2018-06-24 11:45:15 +02:00
Matthias Koefferlein 64ec35f94d New Jenkinsfile (testing) 2018-06-24 11:21:15 +02:00
Matthias Koefferlein a8849c99d5 New Jenkinsfile (testing) 2018-06-24 11:11:40 +02:00
Matthias Koefferlein 7e5ab4dddf New Jenkinsfile (testing) 2018-06-24 10:45:08 +02:00
Matthias Koefferlein 663ccf4ad7 New Jenkinsfile (testing) 2018-06-24 10:36:19 +02:00
Matthias Koefferlein 01023dd291 New Jenkinsfile (testing) 2018-06-24 10:15:35 +02:00
Matthias Koefferlein d54d02b6f1 New Jenkinsfile (testing) 2018-06-24 10:11:46 +02:00
Matthias Koefferlein aee28ab7e2 New Jenkinsfile (testing) 2018-06-24 10:07:22 +02:00
Matthias Koefferlein 69d1ef139d Test shared lib for Jenkinsfile 2018-06-23 10:33:52 +02:00
Matthias Koefferlein 36c5745bc7 First version of Jenkinsfile 2018-06-23 09:45:06 +02:00