.. |
compat
|
compat: suppress deprecation warnings that are internal or during test.
|
2019-01-26 15:43:00 +00:00 |
__init__.py
|
fhdl.ast: add tests for most logic.
|
2018-12-13 02:06:55 +00:00 |
test_hdl_ast.py
|
hdl.ast: handle a common typo, such as Signal(1, True).
|
2019-04-03 14:59:01 +00:00 |
test_hdl_cd.py
|
hdl.mem: add tests for all error conditions.
|
2018-12-21 06:07:16 +00:00 |
test_hdl_dsl.py
|
hdl.ir: rename .get_fragment() to .elaborate().
|
2019-01-26 02:31:12 +00:00 |
test_hdl_ir.py
|
hdl.ir: raise a more descriptive error on non-elaboratable object.
|
2019-02-14 20:52:42 +00:00 |
test_hdl_mem.py
|
hdl.mem: add DummyPort, for testing and verification.
|
2019-01-01 03:08:10 +00:00 |
test_hdl_rec.py
|
hdl.rec: separate record and signal name with __, not _.
|
2019-03-25 14:26:00 +00:00 |
test_hdl_xfrm.py
|
hdl.xfrm: allow using FragmentTransformer on any elaboratable.
|
2019-04-10 00:23:11 +00:00 |
test_lib_cdc.py
|
lib.cdc: add ResetSynchronizer.
|
2019-01-26 18:07:59 +00:00 |
test_lib_coding.py
|
hdl.ir: rename .get_fragment() to .elaborate().
|
2019-01-26 02:31:12 +00:00 |
test_lib_fifo.py
|
hdl.ir: rename .get_fragment() to .elaborate().
|
2019-01-26 02:31:12 +00:00 |
test_lib_io.py
|
lib.io: rework TSTriple/Tristate interface to use pin_layout/Pin.
|
2019-04-15 16:27:23 +00:00 |
test_sim.py
|
test_sim: add missing add_process().
|
2019-03-28 17:50:14 +00:00 |
tools.py
|
hdl.ir: rename .get_fragment() to .elaborate().
|
2019-01-26 02:31:12 +00:00 |