RVC encoding tweak
[riscv-isa-sim.git] / riscv / htif.h
index 034743a833847351996948ffa6e517db9ae25bb3..4e1025e7b5e94e4986475fc9c7c79cd1113fad41 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #ifndef _HTIF_H
 #define _HTIF_H
 
@@ -15,7 +17,7 @@ class htif_isasim_t : public htif_pthread_t
 {
 public:
   htif_isasim_t(sim_t* _sim, const std::vector<std::string>& args);
-  void tick();
+  bool tick();
   bool done();
 
 private: