aboutsummaryrefslogtreecommitdiff
path: root/fesvr/dtm.cc
AgeCommit message (Collapse)AuthorFilesLines
2022-04-07Fix build of dtm.cc on RISC-V targetsAndrew Waterman1-1/+0
We don't actually need encoding.h, so don't include it.
2020-05-06Add missing stdexcept importsSchuyler Eldridge1-0/+1
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
2020-04-09op: update CSRChih-Min Chao1-2/+2
1. add new hypervisor csr 2. add debug module csr 3. add some new high part register for rv32 Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2020-03-29When enabling the debug module, poll til it's really enabledAndrew Waterman1-0/+2
Resolves #435
2020-02-11FESVR: ensure dmactive is 1 before reading debug module registersMegan Wachs1-3/+3
2020-02-10FESVR: Can't read a DM register when DMACTIVE=0Megan Wachs1-1/+1
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman1-0/+642