soc_core: remove csr_expose and add add_csr_master method
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 16 May 2019 13:14:55 +0000 (15:14 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 16 May 2019 13:14:55 +0000 (15:14 +0200)
commit526ba1b165a09f6c0b51646a4b3124b345428d28
tree93ab01796f307ee4782d2f069028227b4c082144
parentf25707012fe987a14aa39077b35adf5eb3f05186
soc_core: remove csr_expose and add add_csr_master method

This could be useful in specific case were we don't have a wishbone master
but just want to have a csr bus and allow the user to define it.

/!\ Since there is no arbitration on between the CSR masters, use this with
precaution /!\
litex/soc/integration/soc_core.py