amaranth/nmigen/build
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 build.{dsl,res,plat}: apply clock constraints to signals, not resources. 2019-06-05 08:52:30 +00:00
dsl.py build.dsl: allow both str and int resource attributes. 2019-08-30 08:35:52 +00:00
plat.py build.plat: strip internal attributes from Verilog output. 2019-09-24 14:56:00 +00:00
res.py build.res: simplify clock constraints. 2019-09-21 14:12:29 +00:00
run.py build.run: add BuildPlan.digest(), useful for caching. 2019-08-23 01:10:51 +00:00