aboutsummaryrefslogtreecommitdiff
path: root/arch_test_target/spike/device
AgeCommit message (Collapse)AuthorFilesLines
2022-02-26clean up for rv32e_unratified.Neel Gala3-102/+3
2022-02-25clean up the the arch-test directory to avoid copypastaNeel Gala13-409/+46
- move all common stuff to a Makefile_common.inc - include this file in all individual Makefile.includes
2022-02-24adding ports to run F, D and E extension architectural tests on spikeNeel Gala5-0/+201
2021-01-21adding spike as a target to the arch-test-framework (#630)Neel Gala10-0/+402
* files and collateral for adding spike as a target to the arch-test-framework * minor typo fix Co-authored-by: Neel Gala <neelgala@incoresemi.com>