nemu: use NEMU_IMAGES_PATH as image search paths
This commit is contained in:
parent
7f0d1ba75a
commit
f38674ce79
7 changed files with 52 additions and 7 deletions
6
abstract-machine/am/src/riscv/npc/npc.h
Normal file
6
abstract-machine/am/src/riscv/npc/npc.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _AM_NPC_NPC_H_
|
||||
#define _AM_NPC_NPC_H_
|
||||
#define SERIAL_PORT 0x10000000
|
||||
#define RTC_ADDR 0x10001000
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue