summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_riscv.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* covoar/TargetBase: Rename branchInstructions to conditionalBranchInstructionsAlex White2021-03-301-11/+11
| | | | | | | The TargetBase class contains a member variable named branchInstructions. The name omits the fact that it is only meant to contain conditional branch instructions. Its name has been changed to conditionalBranchInstructions to avoid confusion.
* Coverage : Add coverage support for RISCVVijay Kumar Banerjee2019-02-121-0/+83