amaranth/nmigen/hdl
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
..
__init__.py Clean up imports. 2019-06-04 08:18:50 +00:00
ast.py hdl.{ast,dsl},back.rtlil: track source locations for switch cases. 2019-07-09 19:26:47 +00:00
cd.py hdl.{ast,cd,dsl,xfrm}: reject inappropriately used comb domain. 2019-07-08 10:26:49 +00:00
dsl.py hdl.{ast,dsl},back.rtlil: track source locations for switch cases. 2019-07-09 19:26:47 +00:00
ir.py hdl.ir: make UnusedElaboratable a real warning. 2019-07-10 12:46:54 +00:00
mem.py hdl.{dsl,mem,xfrm}: inject appropriate source locations. 2019-07-08 09:58:12 +00:00
rec.py hdl.rec: respect modifications to signals in Record.like(). 2019-07-08 10:59:15 +00:00
xfrm.py hdl.{ast,dsl},back.rtlil: track source locations for switch cases. 2019-07-09 19:26:47 +00:00