amaranth/nmigen/back
whitequark db960e7c30 Consistently use {!r}, not '{!r}' in diagnostics.
This can cause confusion:
  * If the erroneous object is None, it is printed as 'None', which
    appears as a string (and could be the result of converting None
    to a string.)
  * If the erroneous object is a string, it is printed as ''<val>'',
    which is a rather strange combination of quotes.
2019-10-11 11:47:42 +00:00
..
__init__.py Initial commit. 2018-12-12 03:18:44 +00:00
pysim.py Consistently use {!r}, not '{!r}' in diagnostics. 2019-10-11 11:47:42 +00:00
rtlil.py hdl.ast: Operator.{op→operator} 2019-10-11 11:37:26 +00:00
verilog.py vendor.intel: add Quartus support. 2019-10-10 00:35:13 +00:00