OpenRAM/compiler
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
..
base Update copyright year 2024-01-03 14:32:44 -08:00
characterizer Added whitespace between : and 'minimum_period', '1kOhm' and 'min_pulse_width' as required by Liberty file standard 2024-11-10 14:31:52 +01:00
datasheet Update copyright year 2024-01-03 14:32:44 -08:00
drc Update copyright year 2024-01-03 14:32:44 -08:00
gdsMill compiler: gdsMill: Modernize codebase. 2026-03-31 22:44:21 +02:00
model_configs Update copyright year 2024-01-03 14:32:44 -08:00
modules compiler: multibank: Fix syntax error. 2026-03-31 22:28:10 +02:00
router Update copyright year 2024-01-03 14:32:44 -08:00
tests Give u+x permissions for rom tests 2024-01-20 17:49:52 -08:00
verify Update copyright year 2024-01-03 14:32:44 -08:00
Makefile Change compiler name for unit tests 2022-11-06 14:05:08 -08:00
debug.py Update copyright year 2024-01-03 14:32:44 -08:00
gen_stimulus.py Update copyright year 2024-01-03 14:32:44 -08:00
globals.py Update copyright year 2024-01-03 14:32:44 -08:00
model_data_util.py Update copyright year 2024-01-03 14:32:44 -08:00
options.py Update copyright year 2024-01-03 14:32:44 -08:00
rom.py Add gf180mcu ROM example 2024-02-03 11:31:58 +01:00
rom_config.py Update copyright year 2024-01-03 14:32:44 -08:00
run_profile.sh Convert pin map to a set for faster membership. 2019-04-01 15:45:44 -07:00
sram.py Update copyright year 2024-01-03 14:32:44 -08:00
sram_config.py Update copyright year 2024-01-03 14:32:44 -08:00
sram_factory.py Update copyright year 2024-01-03 14:32:44 -08:00
view_profile.py Update copyright year 2024-01-03 14:32:44 -08:00