amaranth/tests
whitequark 9d62cbefa5 hdl.dsl: error on Elif immediately nested in an If.
I.e. on this code, which is currently not only wrongly accepted but
also results in completely unexpected RTL:

    with m.If(...):
        with m.Elif(...):
            ...

Fixes #500.
2020-10-22 13:23:06 +00:00
..
compat tests: move out of the main package. 2020-08-27 00:33:31 +00:00
__init__.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_build_dsl.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_build_plat.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_build_res.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_compat.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_examples.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_hdl_ast.py hdl.ast: clarify exception message for out of bounds indexing. 2020-08-27 01:14:05 +00:00
test_hdl_cd.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_hdl_dsl.py hdl.dsl: error on Elif immediately nested in an If. 2020-10-22 13:23:06 +00:00
test_hdl_ir.py hdl.ir: Update error message for Instance arguments 2020-10-18 23:55:46 +00:00
test_hdl_mem.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_hdl_rec.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_hdl_xfrm.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_lib_cdc.py sim: split into base, core, and engines. 2020-08-27 11:52:31 +00:00
test_lib_coding.py sim: split into base, core, and engines. 2020-08-27 11:52:31 +00:00
test_lib_fifo.py sim: split into base, core, and engines. 2020-08-27 11:52:31 +00:00
test_lib_io.py sim: split into base, core, and engines. 2020-08-27 11:52:31 +00:00
test_lib_scheduler.py sim: split into base, core, and engines. 2020-08-27 11:52:31 +00:00
test_sim.py sim: split into base, core, and engines. 2020-08-27 11:52:31 +00:00
test_toolchain_cxx.py _toolchain.cxx: new toolchain. 2020-08-27 06:39:00 +00:00
utils.py tests: keep comments up to date. NFC. 2020-10-15 17:02:50 +00:00