{,_}tools→{,_}utils
authorwhitequark <whitequark@whitequark.org>
Sun, 13 Oct 2019 18:53:38 +0000 (18:53 +0000)
committerwhitequark <whitequark@whitequark.org>
Sun, 13 Oct 2019 18:53:38 +0000 (18:53 +0000)
commit2f9dab361f5aa255f4e5c372dc3ac2da9916aaf5
treeb0225aadb310caefcafd263102acedb39e1bd801
parentccd28b40c2ece6b7cecc048d4b2efbbf1e9f862a
{,_}tools→{,_}utils

In context of nMigen, "tools" means "parts of toolchain", so it is
confusing to have a completely unrelated module also called "tools".
42 files changed:
nmigen/_tools.py [deleted file]
nmigen/_utils.py [new file with mode: 0644]
nmigen/back/pysim.py
nmigen/back/rtlil.py
nmigen/compat/fhdl/bitcontainer.py
nmigen/compat/fhdl/decorators.py
nmigen/compat/fhdl/module.py
nmigen/compat/fhdl/specials.py
nmigen/compat/fhdl/structure.py
nmigen/compat/genlib/cdc.py
nmigen/compat/genlib/fifo.py
nmigen/compat/genlib/fsm.py
nmigen/compat/genlib/resetsync.py
nmigen/hdl/ast.py
nmigen/hdl/dsl.py
nmigen/hdl/ir.py
nmigen/hdl/rec.py
nmigen/hdl/xfrm.py
nmigen/lib/cdc.py
nmigen/lib/fifo.py
nmigen/test/compat/support.py
nmigen/test/compat/test_size.py
nmigen/test/test_build_dsl.py
nmigen/test/test_build_res.py
nmigen/test/test_compat.py
nmigen/test/test_examples.py
nmigen/test/test_hdl_ast.py
nmigen/test/test_hdl_cd.py
nmigen/test/test_hdl_dsl.py
nmigen/test/test_hdl_ir.py
nmigen/test/test_hdl_mem.py
nmigen/test/test_hdl_rec.py
nmigen/test/test_hdl_xfrm.py
nmigen/test/test_lib_cdc.py
nmigen/test/test_lib_coding.py
nmigen/test/test_lib_fifo.py
nmigen/test/test_lib_io.py
nmigen/test/test_sim.py
nmigen/test/tools.py [deleted file]
nmigen/test/utils.py [new file with mode: 0644]
nmigen/tools.py [deleted file]
nmigen/utils.py [new file with mode: 0644]