OpenRAM/compiler/gdsMill/pyx
Gabriel Wicki e01e6a567d compiler: gdsMill: Modernize codebase.
The few Python 2 statements are replaced with their modern
counterparts.  These are one of the following:
 - print() function calls (instead of statements),
 - Exception and Error raising,
 - passing/receiving tuples as function/lambda arguments,
 - the L suffix for numeral constants.

* compiler/gdsMill/pyx/box.py,
  compiler/gdsMill/pyx/connector.py,
  compiler/gdsMill/pyx/deformer.py,
  compiler/gdsMill/pyx/dvifile.py,
  compiler/gdsMill/pyx/epsfile.py,
  compiler/gdsMill/pyx/font/afm.py,
  compiler/gdsMill/pyx/font/t1font.py,
  compiler/gdsMill/pyx/graph/axis/texter.py,
  compiler/gdsMill/pyx/graph/axis/tick.py,
  compiler/gdsMill/sram_examples/cell6tDemo.py,
  compiler/gdsMill/sram_examples/newcell.py: Modernize syntax.
2026-03-31 22:44:21 +02:00
..
font compiler: gdsMill: Modernize codebase. 2026-03-31 22:44:21 +02:00
graph compiler: gdsMill: Modernize codebase. 2026-03-31 22:44:21 +02:00
lfs RELEASE 1.0 2016-11-08 09:57:35 -08:00
pykpathsea RELEASE 1.0 2016-11-08 09:57:35 -08:00
__init__.py Convert entire OpenRAM to use python3. Works with Python 3.6. 2018-05-14 16:15:45 -07:00
attr.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
bbox.py Remove EOL whitespace globally 2020-11-03 06:29:17 -08:00
bitmap.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
box.py compiler: gdsMill: Modernize codebase. 2026-03-31 22:44:21 +02:00
canvas.py Remove EOL whitespace globally 2020-11-03 06:29:17 -08:00
color.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
config.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
connector.py compiler: gdsMill: Modernize codebase. 2026-03-31 22:44:21 +02:00
deco.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
deformer.py compiler: gdsMill: Modernize codebase. 2026-03-31 22:44:21 +02:00
document.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
dvifile.py compiler: gdsMill: Modernize codebase. 2026-03-31 22:44:21 +02:00
epsfile.py compiler: gdsMill: Modernize codebase. 2026-03-31 22:44:21 +02:00
mathutils.py Remove EOL whitespace globally 2020-11-03 06:29:17 -08:00
mesh.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
normpath.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
path.py Remove EOL whitespace globally 2020-11-03 06:29:17 -08:00
pattern.py Remove EOL whitespace globally 2020-11-03 06:29:17 -08:00
pdfwriter.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
pswriter.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
siteconfig.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
style.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
text.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
trafo.py Remove EOL whitespace globally 2020-11-03 06:29:17 -08:00
type1font.py RELEASE 1.0 2016-11-08 09:57:35 -08:00
unit.py Remove EOL whitespace globally 2020-11-03 06:29:17 -08:00
version.py RELEASE 1.0 2016-11-08 09:57:35 -08:00