mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[do.py] enable A extension
This commit is contained in:
parent
df17f20a51
commit
f1680635c7
1 changed files with 3 additions and 4 deletions
7
do.py
7
do.py
|
@ -24,10 +24,9 @@ def task_BuildAndInstallSoftwareFrameworkTests():
|
|||
"make -C sw/example clean_all exe",
|
||||
# Compile and install bootloader
|
||||
"make -C sw/bootloader clean_all info bootloader",
|
||||
# Compile and install test application
|
||||
# Redirect UART0 TX to text.io simulation output via <UART0_SIM_MODE> user flag
|
||||
"echo 'Compiling and installing CPU (/Processor) test application'",
|
||||
"make -C sw/example/processor_check clean_all USER_FLAGS+=-DRUN_CHECK USER_FLAGS+=-DUART0_SIM_MODE USER_FLAGS+=-DUART1_SIM_MODE USER_FLAGS+=-flto MARCH=rv32imc info all",
|
||||
# Compile and install test application, redirect UART0 TX to text.io simulation output via <UARTx_SIM_MODE> user flags
|
||||
"echo 'Compiling and installing CPU/Processor test application'",
|
||||
"make -C sw/example/processor_check clean_all USER_FLAGS+=-DRUN_CHECK USER_FLAGS+=-DUART0_SIM_MODE USER_FLAGS+=-DUART1_SIM_MODE USER_FLAGS+=-flto EFFORT=-Os MARCH=rv32imac info all",
|
||||
],
|
||||
"doc": "Build all sw/example/*; install bootloader and processor check",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue