tests: fix remove unnecessary workaround for some unittest assertions.
[nmigen.git] / nmigen / test / test_hdl_mem.py
2020-07-28 Jacob Gravestests: fix remove unnecessary workaround for some unitt...
2020-02-06 whitequarkhdl.mem: add synthesis attribute support.
2019-10-26 whitequarktest: use `#nmigen:` magic comment instead of monkey...
2019-10-13 whitequark{,_}tools→{,_}utils
2019-10-11 whitequarkConsistently use {!r}, not '{!r}' in diagnostics.
2019-09-28 whitequarkhdl.mem: remove WritePort(priority=) argument.
2019-09-23 whitequarkhdl.mem: simplify. NFC.
2019-09-20 whitequarkhdl.mem: use 1 as reset value for ReadPort.en.
2019-09-20 whitequarkhdl.ast: rename `nbits` to `width`.
2019-07-01 whitequarkhdl.mem: use read_port(domain="comb") for asynchronous...
2019-06-11 whitequarkhdl.mem: coerce memory init values to integers.
2019-01-01 whitequarkhdl.mem: add DummyPort, for testing and verification.
2018-12-21 whitequarkhdl.mem: add tests for all error conditions.