mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 05:57:07 -04:00
Allow to set custom DTB/OS_CALL addresses
Setting those from command line during compilation allows to create a custom setup without the need of modifying the sources.
This commit is contained in:
parent
c8280a9a88
commit
e76435c6c6
1 changed files with 6 additions and 0 deletions
|
@ -3,7 +3,13 @@
|
|||
|
||||
//#define QEMU
|
||||
#define SIM
|
||||
|
||||
#ifndef OS_CALL
|
||||
#define OS_CALL 0xC0000000
|
||||
#endif
|
||||
|
||||
#ifndef DTB
|
||||
#define DTB 0xC3000000
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue