nios2-qemu: correct system.h
The emulator supports all the integer math instructions and has the necessary registers for exception debugging. Change-Id: I55938d9e3a4b9d219f6fee06fe070e860ca71d4b Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
0b6c4febf1
commit
4eee43d4d4
1 changed files with 4 additions and 3 deletions
|
|
@ -66,9 +66,9 @@
|
|||
#define ALT_CPU_FLASH_ACCELERATOR_LINE_SIZE 0
|
||||
#define ALT_CPU_FLUSHDA_SUPPORTED
|
||||
#define ALT_CPU_FREQ 50000000
|
||||
#define ALT_CPU_HARDWARE_DIVIDE_PRESENT 0
|
||||
#define ALT_CPU_HARDWARE_MULTIPLY_PRESENT 0
|
||||
#define ALT_CPU_HARDWARE_MULX_PRESENT 0
|
||||
#define ALT_CPU_HARDWARE_DIVIDE_PRESENT 1
|
||||
#define ALT_CPU_HARDWARE_MULTIPLY_PRESENT 1
|
||||
#define ALT_CPU_HARDWARE_MULX_PRESENT 1
|
||||
#define ALT_CPU_HAS_DEBUG_CORE 1
|
||||
#define ALT_CPU_HAS_DEBUG_STUB
|
||||
#define ALT_CPU_HAS_ILLEGAL_INSTRUCTION_EXCEPTION
|
||||
|
|
@ -80,6 +80,7 @@
|
|||
#define ALT_CPU_NAME "nios2_gen2_0"
|
||||
#define ALT_CPU_OCI_VERSION 1
|
||||
#define ALT_CPU_RESET_ADDR 0x00000000
|
||||
#define ALT_CPU_HAS_EXTRA_EXCEPTION_INFO 1
|
||||
|
||||
|
||||
#define ALT_DEVICE_FAMILY "MAX 10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue