aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-05-02 14:13:52 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-05-02 14:13:52 -0700
commit980a0121e0b7244020bba7a8f422d97e7886fb08 (patch)
tree38afdb4be2347ede1317634f032ab91cf3eaaa78 /riscv/sim.h
parentc3b19169fb150f7084edff3aad0e1d5dd2b48fc3 (diff)
downloadspike-980a0121e0b7244020bba7a8f422d97e7886fb08.zip
spike-980a0121e0b7244020bba7a8f422d97e7886fb08.tar.gz
spike-980a0121e0b7244020bba7a8f422d97e7886fb08.tar.bz2
Remove tohost/fromhost registers
Diffstat (limited to 'riscv/sim.h')
-rw-r--r--riscv/sim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscv/sim.h b/riscv/sim.h
index c5457b1..af2d910 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -23,7 +23,6 @@ public:
// run the simulation to completion
int run();
bool running();
- void stop();
void set_debug(bool value);
void set_log(bool value);
void set_histogram(bool value);
@@ -86,7 +85,6 @@ private:
reg_t get_freg(const std::vector<std::string>& args);
reg_t get_mem(const std::vector<std::string>& args);
reg_t get_pc(const std::vector<std::string>& args);
- reg_t get_tohost(const std::vector<std::string>& args);
friend class htif_isasim_t;
friend class processor_t;