amaranth/tests
Catherine 7dd93bea57 Document RFC 62.
This includes a few minor code changes:
- Removing redundant `lib.memory.Memory.Init = hdl.MemoryData.Init`
  re-export;
- Renaming `FrozenError` to `FrozenMemory` and moving it to `.hdl`;
- Marking `ReadPort` and `WritePort` as `@final`.
2024-04-09 15:52:34 +00:00
..
__init__.py tests: move out of the main package. 2020-08-27 00:33:31 +00:00
test_back_rtlil.py back.rtlil: implement remaining format specifiers. 2024-04-04 03:03:09 +00:00
test_build_dsl.py Pyupgrade to 3.8+. NFCI 2023-11-14 13:07:21 +00:00
test_build_plat.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
test_build_res.py Implement RFC 53: Low-level I/O primitives. 2024-03-18 20:33:22 +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._ir: Remove uses of _[lr]hs_signals and _ioports. 2024-04-03 22:01:01 +00:00
test_hdl_cd.py amaranth.hdl: start all private names with an underscore. 2024-01-30 17:20:45 +00:00
test_hdl_dsl.py hdl._ir: remove Fragment.drivers. 2024-04-04 00:55:06 +00:00
test_hdl_ir.py hdl._ir: add caches for Matches and PriorityMatch cells. 2024-04-06 10:25:42 +00:00
test_hdl_mem.py hdl._mem: implement MemoryData._Row from RFC 62. 2024-04-03 17:15:02 +00:00
test_hdl_rec.py hdl._ast: Make AST nodes immutable. 2024-02-29 18:56:46 +00:00
test_hdl_xfrm.py hdl._ir: remove Fragment.drivers. 2024-04-04 00:55:06 +00:00
test_lib_cdc.py Implement RFC 43: Rename reset= to init=. 2024-02-15 22:52:24 +00:00
test_lib_coding.py Implement RFC 50: Print and string formatting. 2024-03-11 09:42:43 +00:00
test_lib_crc.py Implement RFC 27 amendment: deprecate add_sync_process, not add_process. 2024-02-12 18:26:48 +00:00
test_lib_data.py hdl._ast: fix _value_repr computation. 2024-03-25 13:53:39 +00:00
test_lib_enum.py hdl.{_ast,_dsl}: factor out the pattern normalization logic. 2024-04-03 07:34:09 +00:00
test_lib_fifo.py Implement RFC 50: Print and string formatting. 2024-03-11 09:42:43 +00:00
test_lib_io.py lib.io: Implement *Buffer from RFC 55. 2024-03-22 01:44:25 +00:00
test_lib_memory.py Document RFC 62. 2024-04-09 15:52:34 +00:00
test_lib_wiring.py lib.wiring: allow reset-less signals in interfaces. 2024-04-03 12:01:48 +00:00
test_sim.py hdl._ir: remove Fragment.drivers. 2024-04-04 00:55:06 +00:00
test_tracer.py tracer: cover more CALL_* opcodes. 2024-04-02 13:30:02 +00:00
test_utils.py utils: F-strings are missing the letter "f" 2024-03-13 14:56:27 +00:00
utils.py tests: stop using implicit ports. 2024-02-12 13:24:54 +00:00