amaranth/nmigen
whitequark ace2b5ff0a hdl.dsl: warn on suspicious statements like m.If(~True):.
This pattern usually produces an extremely hard to notice bug that
will usually break a design when it is triggered, but will also be
hidden unless the pathological value of a boolean switch is used.

Fixes #159.
2019-08-03 14:00:29 +00:00
..
back back.rtlil: fix sim-synth mismatch with assigns following switches. 2019-08-03 13:27:47 +00:00
build build.run: Ensure batch script returns proper error code. 2019-07-14 17:43:33 +00:00
compat compat.genlib.fsm: fix after commit dac62754. 2019-07-08 10:12:26 +00:00
hdl hdl.dsl: warn on suspicious statements like m.If(~True):. 2019-08-03 14:00:29 +00:00
lib lib.fifo: fix typo. 2019-07-15 14:12:33 +00:00
test hdl.dsl: warn on suspicious statements like m.If(~True):. 2019-08-03 14:00:29 +00:00
vendor vendor: don't emit duplicate iobuf submodule names. 2019-07-21 07:49:21 +00:00
__init__.py Clean up imports. 2019-06-04 08:18:50 +00:00
_version.py Add versioneer. 2019-05-26 11:20:13 +00:00
cli.py hdl.ir: rename .get_fragment() to .elaborate(). 2019-01-26 02:31:12 +00:00
formal.py Clean up imports. 2019-06-04 08:18:50 +00:00
tools.py hdl: make all public Value classes other than Record final. 2019-05-12 05:40:17 +00:00
tracer.py tracer: add PyPy support to get_var_name(). 2019-07-09 07:29:01 +00:00