amaranth/nmigen/hdl
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 hdl.xfrm: CEInserter→EnableInserter. 2019-08-12 13:39:26 +00:00
ast.py Consistently use {!r}, not '{!r}' in diagnostics. 2019-10-11 11:47:42 +00:00
cd.py hdl.cd: add negedge clock domains. 2019-08-31 22:05:48 +00:00
dsl.py Consistently use {!r}, not '{!r}' in diagnostics. 2019-10-11 11:47:42 +00:00
ir.py Consistently use {!r}, not '{!r}' in diagnostics. 2019-10-11 11:47:42 +00:00
mem.py Consistently use {!r}, not '{!r}' in diagnostics. 2019-10-11 11:47:42 +00:00
rec.py hdl.rec: fix using Enum subclass as shape if direction is specified. 2019-09-22 17:23:32 +00:00
xfrm.py Consistently use {!r}, not '{!r}' in diagnostics. 2019-10-11 11:47:42 +00:00