soc: add shadow_address parameter
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 17 Apr 2015 11:33:07 +0000 (13:33 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 17 Apr 2015 11:42:29 +0000 (13:42 +0200)
commit93de581931e9bb29f2e329258e665e74de1403db
tree4c514039da5f962e9e34f2dda66ae508c15e7d54
parent9666629c4fc0100056d884c1e494c3b8e958bc30
soc: add shadow_address parameter

When don't necessary want to have shadow memories and be able to start CSR at address 0x00000000(for example with an X86 CPU)
misoclib/soc/__init__.py
targets/kc705.py
targets/mlabs_video.py
targets/simple.py