mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-11 15:17:32 +00:00
![Max Filippov](/assets/img/avatar_default.png)
XTFPGA boards should populate core memory regions the same way sim machine does. Move xtensa_create_memory_regions implementation to a separate file and use it to create instruction and data memory regions on XTFPGA boards. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
5 lines
77 B
Makefile
5 lines
77 B
Makefile
obj-y += pic_cpu.o
|
|
obj-y += sim.o
|
|
obj-y += xtensa_memory.o
|
|
obj-y += xtfpga.o
|