Commit graph

12 commits

Author SHA1 Message Date
stnolting
8b231cf228 [!] disable C ext. for processor check
to check for correct handling of misaligned instruction exception; C extension is still tested/verified in neorv32-riscof
2023-11-21 21:15:19 +01:00
stnolting
7ed8eb8e1e update software framework to gcc-13.2.0 2023-10-13 17:11:49 +02:00
stnolting
9acac727f0 clean-up processor check compilation 2023-07-23 17:53:11 +02:00
stnolting
f1680635c7 [do.py] enable A extension 2023-07-21 10:04:55 +02:00
stnolting
87c97600a6 use LTO for processor_check program
saves some program space
2022-11-11 09:31:39 +01:00
stnolting
8ba2c960be remove A extension from ISA string 2022-04-27 12:09:27 +02:00
stnolting
6b9ce8375a remove riscv-arch-test workflow 2022-03-31 18:48:49 +02:00
stnolting
d97df66b39 ⚠️ modify handling of makefile's MARCH and MABI variables
Pre-commit usage: `MARCH=-march=rv32i`, the `-march` should not be here

Post-commit usage: `MARCH=rv32i`, this is more straightforward

Same for `MABI=-mabi=...` -> `MABI=...`
2021-10-15 17:20:55 +02:00
umarcor
edf86075ab [doit] add task BuildAndInstallSoftwareFrameworkTests 2021-09-19 21:50:32 +02:00
umarcor
531d268898 [doit] add task RunRISCVArchitectureTests 2021-09-19 02:35:06 +02:00
umarcor
6222857465 [doit] add task Documentation 2021-09-19 00:50:34 +02:00
umarcor
5f9bc45c5f [doit] rename dodo.py to do.py and make it executable 2021-09-18 22:37:50 +02:00
Renamed from dodo.py (Browse further)