amaranth/nmigen
whitequark 53bb4300a3 build.plat: strip internal attributes from Verilog output.
Although useful for debugging, most external tools often complain
about such attributes (with notable exception of Vivado). As such,
it is better to emit Verilog with these attributes into a separate
file such as `design.debug.v` and only emit the attributes that were
explicitly placed by the user to `design.v`.

This still leaves the (*init*) attribute. See #220 for details.
2019-09-24 14:56:00 +00:00
..
back build.plat: strip internal attributes from Verilog output. 2019-09-24 14:56:00 +00:00
build build.plat: strip internal attributes from Verilog output. 2019-09-24 14:56:00 +00:00
compat lib.cdc: MultiReg→FFSynchronizer. 2019-09-23 14:18:45 +00:00
hdl hdl.ast: cast Mux() selector to bool if it is not a 1-bit value. 2019-09-23 13:39:31 +00:00
lib build.plat,lib.cdc,vendor: unify platform related diagnostics. NFC. 2019-09-24 14:14:45 +00:00
test lib.cdc: add diagnostic checks for synchronization stage count. 2019-09-23 19:38:21 +00:00
vendor build.plat: strip internal attributes from Verilog output. 2019-09-24 14:56:00 +00:00
__init__.py Remove nmigen.lib from prelude. 2019-09-06 06:53:06 +00:00
_toolchain.py _toolchain,build.plat,vendor.*: add required_tools list and checks. 2019-08-31 00:05:47 +00:00
asserts.py hdl.ast,back.rtlil: implement Cover. 2019-09-03 01:32:24 +00:00
cli.py hdl.ir: rename .get_fragment() to .elaborate(). 2019-01-26 02:31:12 +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: fix typo. 2019-08-19 20:20:18 +00:00