integration: svd: move svd generation to `export`
authorSean Cross <sean@xobs.io>
Tue, 4 Feb 2020 15:49:08 +0000 (23:49 +0800)
committerSean Cross <sean@xobs.io>
Tue, 4 Feb 2020 15:49:08 +0000 (23:49 +0800)
commit58598d4fda74d038a351271768fa7f34cfa6bca2
treeafa30e6d45ffdee5edc2a146f5d75c8952218565
parent73ed7e564cc27654015822e892af48c3e51f6a74
integration: svd: move svd generation to `export`

It was suggested that we should move svd generation into `export`,
alongside the rest of the generators such as csv, json, and h.  This
performs this move, while keeping a compatible `generate_svd()` function
inside `soc/doc/`.

Signed-off-by: Sean Cross <sean@xobs.io>
litex/soc/doc/__init__.py
litex/soc/integration/export.py