cpu/soc_core: automatically set csr mapping to 0x00000000 when using CPUNone, remove...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 13 May 2020 07:31:20 +0000 (09:31 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 13 May 2020 07:31:20 +0000 (09:31 +0200)
commit9d1443c1a8fe5b13d53f23b8165c423f3e6d629a
tree87b7ab3b278c86ee7057c5e3a8939ab4d02ec895
parent5ea3bae03609e472e7e4ab90d29cfdb94653798d
cpu/soc_core: automatically set csr mapping to 0x00000000 when using CPUNone, remove csr_base parameter that was used for that.
litex/soc/cores/cpu/__init__.py
litex/soc/integration/soc_core.py