amaranth/tests
whitequark ac13a5b3c9 sim._pyrtl: reject very large values.
A check that rejects very large wires already exists in back.rtlil
because they cause performance and correctness issues with Verilog
tooling. Similar performance issues exist with the Python simulator.

This commit also adjusts back.rtlil to use the OverflowError
exception, same as in sim._pyrtl.

Fixes #588.
2021-12-11 13:00:46 +00:00
..
compat Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
__init__.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_build_dsl.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_build_plat.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_build_res.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_compat.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +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: support division and modulo with negative divisor. 2021-12-11 10:25:48 +00:00
test_hdl_cd.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_hdl_dsl.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_hdl_ir.py hdl.ir: reject elaboratables that elaborate to themselves. 2021-12-11 12:40:05 +00:00
test_hdl_mem.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_hdl_rec.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_hdl_xfrm.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_lib_cdc.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_lib_coding.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_lib_fifo.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_lib_io.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_lib_scheduler.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_sim.py sim._pyrtl: reject very large values. 2021-12-11 13:00:46 +00:00
test_toolchain_cxx.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
utils.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00