aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/priv.S
AgeCommit message (Collapse)AuthorFilesLines
2017-05-16Link in encoding.h instead of providing a path to itPalmer Dabbelt1-1/+1
2016-07-28Add tests for virtual priv register.Tim Newsome1-0/+11
Users can use this register to inspect and change the privilege level of the core. It doesn't make any assumptions about the actual underlying debug mechanism (as opposed to having the user change DCSR directly, which may not exist in all debug implementations).