GP-1791: Added ARM Custom Datapath Extension

This commit is contained in:
ghidorahrex 2024-03-07 13:59:33 -05:00
parent 14615b508e
commit f35073e033
11 changed files with 476 additions and 39 deletions

View file

@ -129,6 +129,16 @@ PCodeTest({
'proc_test': 'arm',
})
PCodeTest({
'name': 'ARM_v8m',
'build_all': 1,
'build_exe': 1,
'qemu_command': 'qemu-arm -cpu cortex-m33',
'toolchain': 'ARM/arm-eabi',
'ccflags': '-mthumb -march=armv8-m.main -mfloat-abi=softfp -L %(toolchain_dir)s/lib/gcc/arm-eabi/%(gcc_version)s/thumb -lgcc',
'language_id': 'ARM:LE:32:Cortexv8m',
})
PCodeTest({
'name': 'AARCH64',
'build_all': 1,