amaranth/nmigen
whitequark 2fa858b003 hdl.ir: make UnusedElaboratable a real warning.
Before this commit, it was a print statement, and therefore, command
interpreter options like -Wignore did not affect it. There is no API
to access the warning filter list, so it was turned into a real
warning; and further, since Python 3.6, tracemalloc can be used
as a standard method to display traceback to allocation site instead
of the ad-hoc traceback logic that was used in Elaboratable before.
2019-07-10 12:46:54 +00:00
..
back back.rtlil: add decodings to cases when switching on a signal. 2019-07-09 19:48:15 +00:00
build build.dsl: add Resource.family abstraction. 2019-07-09 02:44:03 +00:00
compat compat.genlib.fsm: fix after commit dac62754. 2019-07-08 10:12:26 +00:00
hdl hdl.ir: make UnusedElaboratable a real warning. 2019-07-10 12:46:54 +00:00
lib hdl.mem: use read_port(domain="comb") for asynchronous read ports. 2019-07-01 19:56:49 +00:00
test build.dsl: add Resource.family abstraction. 2019-07-09 02:44:03 +00:00
vendor vendor.xilinx_7series: generate also binary bitfile. 2019-07-07 21:36:32 +00:00
__init__.py Clean up imports. 2019-06-04 08:18:50 +00:00
_version.py Add versioneer. 2019-05-26 11:20:13 +00:00
cli.py hdl.ir: rename .get_fragment() to .elaborate(). 2019-01-26 02:31:12 +00:00
formal.py Clean up imports. 2019-06-04 08:18:50 +00:00
tools.py hdl: make all public Value classes other than Record final. 2019-05-12 05:40:17 +00:00
tracer.py tracer: add PyPy support to get_var_name(). 2019-07-09 07:29:01 +00:00