soc: allow passing custom CPU class to SoC.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 29 Apr 2020 18:11:47 +0000 (20:11 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 29 Apr 2020 18:12:23 +0000 (20:12 +0200)
commit3531a6417312a9b716901ed540b9a66d69855a0b
tree90ffd6c719ef17cb85bad4b0e1dade4e2ef55c93
parent90a6343df11d722363b51052400d942e6854f432
soc: allow passing custom CPU class to SoC.

Useful to experiment with custom CPU wrappers and a first step to make CPUs plugable.
litex/soc/integration/soc.py
litex/soc/integration/soc_core.py