amaranth/nmigen
whitequark 8081df1265 _toolchain.cxx: use distutils from setuptools.
The distutils module from the standard library is deprecated and will
be removed in Python 3.12, and PEP 632 recommends using
distutils.ccompiler from setuptools, instead.

This code should eventually be rewritten to use zig-pypi, but for now
this suffices.
2021-11-05 18:48:50 +00:00
..
_toolchain _toolchain.cxx: use distutils from setuptools. 2021-11-05 18:48:50 +00:00
back hdl.ast: simplify Mux implementation. 2021-10-02 14:18:02 +00:00
build build.plat: make verbose work like all other overrides. 2020-11-24 23:07:09 +00:00
compat *: remove unused imports 2021-05-18 20:18:55 +00:00
hdl hdl.ast: improve interaction of ValueCastable with custom __getattr__. 2021-10-03 20:28:07 +00:00
lib *: remove unused variables 2021-05-18 20:18:55 +00:00
sim *: remove unused variables 2021-05-18 20:18:55 +00:00
test *: remove unused imports 2021-05-18 20:18:55 +00:00
vendor vendor.xilinx_*: deprecate legacy Xilinx platform aliases. 2021-11-05 18:43:27 +00:00
__init__.py CI: fix code coverage collection. 2020-10-15 18:09:04 +00:00
_unused.py _unused: extract must-use logic from hdl.ir. 2020-02-01 01:35:05 +00:00
_utils.py *: remove unused imports 2021-05-18 20:18:55 +00:00
asserts.py hdl.ast,back.rtlil: implement Cover. 2019-09-03 01:32:24 +00:00
cli.py Fix commit 8313d6e7. 2020-11-06 01:54:30 +00:00
rpc.py rpc: fix parsing of negative signed parameters 2021-05-18 20:54:40 +00:00
tracer.py tracer: fix get_var_name() to work on toplevel attributes. 2020-05-17 19:51:58 +00:00
utils.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00