amaranth/nmigen/vendor
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
..
__init__.py vendor.fpga.lattice_ice40: implement. 2019-06-01 16:47:01 +00:00
lattice_ecp5.py build.plat: strip internal attributes from Verilog output. 2019-09-24 14:56:00 +00:00
lattice_ice40.py build.plat: strip internal attributes from Verilog output. 2019-09-24 14:56:00 +00:00
xilinx_7series.py build.plat: strip internal attributes from Verilog output. 2019-09-24 14:56:00 +00:00
xilinx_spartan_3_6.py build.plat: strip internal attributes from Verilog output. 2019-09-24 14:56:00 +00:00