Add SVD export capability to Builder (csr_svd parameter) and targets (--csr-svd argum...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 6 Mar 2020 07:36:52 +0000 (08:36 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 6 Mar 2020 13:12:58 +0000 (14:12 +0100)
commite2dab06386e7d62e0a9a4f20aa7bf3cd8110e6db
tree508e6ab9bd77228f217501861d8a51b985abcc4e
parente124aed9a2ac20f1f649ba67a5087eea73751e9f
Add SVD export capability to Builder (csr_svd parameter) and targets (--csr-svd argument) and fix svd regression.

This allows generating SVD export files during the build as we are already doing for .csv or .json.

Use with Builder:
builder = Builder(soc, csr_svd="csr.svd")

Use with target:
./arty.py --csr-svd=csr.svd
litex/soc/doc/__init__.py
litex/soc/integration/builder.py
litex/soc/integration/export.py