Merge pull request #82 from riscv/comment

Forgot to commit this follow up to PR #79
print_port
Tim Newsome 2017-07-12 19:45:40 -07:00 committed by GitHub
commit cc2c2e7a65
1 changed files with 3 additions and 0 deletions

View File

@ -938,6 +938,9 @@ static int init_target(struct command_context *cmd_ctx,
// Assume all these abstract commands are supported until we learn // Assume all these abstract commands are supported until we learn
// otherwise. // otherwise.
// TODO: The spec allows eg. one CSR to be able to be accessed abstractly
// while another one isn't. We don't track that this closely here, but in
// the future we probably should.
info->abstract_read_csr_supported = true; info->abstract_read_csr_supported = true;
info->abstract_write_csr_supported = true; info->abstract_write_csr_supported = true;
info->abstract_read_fpr_supported = true; info->abstract_read_fpr_supported = true;