Matthias Köfferlein
|
ee576c041c
|
Merge pull request #635 from joamatab/py38
building wheel for python3.8
|
2020-09-08 21:35:07 +02:00 |
joaquin
|
b5ff4dabe4
|
building wheel for python3.8
|
2020-09-04 11:27:16 -07:00 |
Matthias Koefferlein
|
0cc41f43c4
|
Fixed one more issue with the include implementation.
|
2020-09-01 22:02:47 +02:00 |
Matthias Koefferlein
|
ad6809a084
|
Fixed a few issues with the include implementation.
|
2020-09-01 19:57:27 +02:00 |
Matthias Koefferlein
|
a20f0d5891
|
Also provide 'void to self' return values for Python.
|
2020-08-31 23:55:26 +02:00 |
Matthias Koefferlein
|
5608327899
|
Another cool one: void as C++ return value is translated to returning self for Ruby.
|
2020-08-31 23:44:02 +02:00 |
Matthias Koefferlein
|
4c127b4644
|
Ruby iterators now automatically return an Enumerator if no block is given - allows very cool code ..
|
2020-08-31 23:09:37 +02:00 |
Matthias Koefferlein
|
77799de043
|
Added doc for include feature to DRC.
|
2020-08-31 20:57:06 +02:00 |
Matthias Koefferlein
|
a01eb70891
|
Added tests for include feature, some bug fixes and enhancements.
|
2020-08-31 20:27:57 +02:00 |
Matthias Koefferlein
|
a69d65daa3
|
Auto-substitution of __FILE__/__LINE__ for include-infested files.
|
2020-08-31 20:27:57 +02:00 |
Matthias Koefferlein
|
740cef9619
|
WIP: removed a temp file.
|
2020-08-31 20:27:57 +02:00 |
Matthias Koefferlein
|
9c2914f016
|
WIP: allow breakpoints for files with includes and inside includes
|
2020-08-31 20:27:57 +02:00 |
Matthias Koefferlein
|
77a9253273
|
WIP: Provide a generic include file expansion mechanism, basic class.
|
2020-08-31 20:27:57 +02:00 |
Matthias Koefferlein
|
2953ad3329
|
Merge branch 'master' into drc-enhancements
|
2020-08-30 23:35:37 +02:00 |
Matthias Koefferlein
|
be6a351385
|
Updated testdata after unused vias do no longer show up in imported DEF files.
|
2020-08-30 23:29:44 +02:00 |
Matthias Koefferlein
|
be26c679d8
|
Merge branch 'master' into lefdef-enhancments
|
2020-08-30 22:55:45 +02:00 |
Matthias Koefferlein
|
a5d675304c
|
Fixed an issue with deferred method execution in unit test context.
|
2020-08-30 13:06:50 +02:00 |
Matthias Koefferlein
|
eccbb9884c
|
Fixed an internal error happening when a librrary isn't registered and destroyed by the GC
|
2020-08-30 11:35:30 +02:00 |
Matthias Koefferlein
|
28cf0853b1
|
Restored previous behavior for FOREIGN cell resolution.
|
2020-08-30 02:15:30 +02:00 |
Matthias Koefferlein
|
b99cbb50e2
|
Provide better feedback on invalid layer and property specs in LEF/DEF reader options
|
2020-08-30 01:57:49 +02:00 |
Matthias Koefferlein
|
a6e750b088
|
Added a configuration option for providing macro substitution layouts (not through UI, only scripting so far)
|
2020-08-30 01:37:14 +02:00 |
Matthias Koefferlein
|
9a4cd629fc
|
WIP: some little refactoring.
|
2020-08-30 01:36:17 +02:00 |
Matthias Koefferlein
|
d762074bc0
|
Some refactoring, Cell#dup for convenience
|
2020-08-29 23:43:05 +02:00 |
Matthias Koefferlein
|
2a3fe08e7b
|
Provide multi-cell copy/move of shapes (GSI binding)
|
2020-08-29 22:49:38 +02:00 |
Matthias Koefferlein
|
a425d522cc
|
Added multi-cell mapping for transferring multiple cells from one layout to another while including their hierarchy without duplicating cells.
|
2020-08-29 10:07:17 +02:00 |
Matthias Koefferlein
|
213eb9f1e8
|
Ignore COMP .. statements in LEF/DEF map file, "outline" renamed to "die area"
|
2020-08-29 08:57:21 +02:00 |
Matthias Koefferlein
|
1eea4e32b1
|
Provide scroll bars for rule-based part of LEF/DEF options.
|
2020-08-29 08:56:43 +02:00 |
Matthias Koefferlein
|
dcc0743969
|
Buddies: added option to concatenate files with '+'
|
2020-08-23 21:13:02 +02:00 |
Matthias Koefferlein
|
be15e2dbf6
|
Updated priority of map file purposes according to Stefan's suggestions.
|
2020-08-23 19:44:38 +02:00 |
Matthias Koefferlein
|
98973e345d
|
Bugfix for command line parser - did not print name of unknown option
|
2020-08-23 19:41:51 +02:00 |
Matthias Koefferlein
|
56dead9662
|
LEF/DEF component maskshift: some implementation tuning and test updates.
|
2020-08-23 19:20:53 +02:00 |
Matthias Koefferlein
|
af2bfce051
|
Tests and bug fixes for component maskshift implementation
|
2020-08-23 18:58:52 +02:00 |
Matthias Koefferlein
|
cb1b3655e9
|
Bugfix in the command line parser: inverted bool options with value have not been inverted.
|
2020-08-23 01:55:55 +02:00 |
Matthias Koefferlein
|
af7d8bba89
|
WIP: provide a LEF reader mode where all macros are read. For DEF only those macros which are used are read.
|
2020-08-23 01:29:10 +02:00 |
Matthias Koefferlein
|
dcc99060fc
|
WIP: further preparations for MASKSHIFT components.
|
2020-08-23 00:40:28 +02:00 |
Matthias Koefferlein
|
5b472f33ac
|
WIP: Bugfix.
|
2020-08-22 21:58:07 +02:00 |
Matthias Koefferlein
|
77164ea879
|
WIP: preparations for mask shift in components.
|
2020-08-22 21:15:39 +02:00 |
Matthias Koefferlein
|
03c4eb1f6f
|
Fixed issue with OASIS reader options in buddies
|
2020-08-22 19:30:59 +02:00 |
Matthias Koefferlein
|
608824fb36
|
Added LEF/DEF options to strm* buddies
|
2020-08-22 19:09:30 +02:00 |
Matthias Koefferlein
|
35249ef0b5
|
Reading LEF/DEF map files such that MASK is applied to previous entries too.
|
2020-08-19 23:47:25 +02:00 |
Matthias Koefferlein
|
d7fab925a0
|
Added an option for not reading all LEF files along with DEF files, but only selected ones.
|
2020-08-19 23:06:46 +02:00 |
Matthias Koefferlein
|
3da56815a0
|
Improved generation of MASKs for geometry-defined VIAs
|
2020-08-18 23:02:01 +02:00 |
Matthias Koefferlein
|
471fefe79d
|
Merge branch 'master' into lefdef-enhancments
|
2020-08-02 14:27:00 +02:00 |
Matthias Koefferlein
|
4e51664639
|
Added map file for LEF/DEF test.
|
2020-08-02 13:10:47 +02:00 |
Matthias Koefferlein
|
0caf468ad9
|
via cell name prefix wasn't persisted
|
2020-08-02 12:10:04 +02:00 |
Matthias Koefferlein
|
23ec53e1b2
|
Abbreviated LEF/DEF layer names for map files.
|
2020-08-02 12:01:28 +02:00 |
Matthias Koefferlein
|
84573a21ce
|
Skip END LIBRARY, so LEF files can be cat together
|
2020-08-02 11:31:37 +02:00 |
Matthias Koefferlein
|
404799bdfd
|
Bugfixed map file reader for mask case, added test
|
2020-08-02 00:56:55 +02:00 |
Matthias Koefferlein
|
440b2b122b
|
Fixed test cases - main reason is the different assignment of layer numbers, mainly for the auxiliary layers such as OUTLINE
|
2020-08-02 00:09:20 +02:00 |
Matthias Koefferlein
|
79d3676257
|
And one more ...
|
2020-07-31 07:55:16 +02:00 |