aboutsummaryrefslogtreecommitdiff
path: root/arch_test_target
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 Gala6-1/+202
2021-09-26Update README.md (#797)davidharrishmc1-1/+1
Corrected path to Makefile.include
2021-04-05replace old compliance name with new arch-test name in spike target README ↵Allen Baum1-6/+6
(#690)
2021-02-02fixed typos and paths for arch_test readme (#638)Neel Gala1-5/+7
Co-authored-by: Neel Gala <neelgala@incoresemi.com>
2021-01-21adding spike as a target to the arch-test-framework (#630)Neel Gala14-0/+567
* 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>