projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af5e6b
)
[sim] change applink for tohost/fromhost (forgot one file)
author
Yunsup Lee
<yunsup@cs.berkeley.edu>
Wed, 8 Sep 2010 21:17:12 +0000
(14:17 -0700)
committer
Yunsup Lee
<yunsup@cs.berkeley.edu>
Wed, 8 Sep 2010 21:17:12 +0000
(14:17 -0700)
riscv/applink.h
patch
|
blob
|
history
diff --git
a/riscv/applink.h
b/riscv/applink.h
index b153b1f826b15d364a2c6f008a8bbe45f0ba2ca6..5ef0a1a8466b46f4d0380effdf9f4785ce29083d 100644
(file)
--- a/
riscv/applink.h
+++ b/
riscv/applink.h
@@
-11,6
+11,8
@@
public:
appserver_link_t(int _tohost_fd, int _fromhost_fd);
void init(sim_t* _sim);
void wait_for_start();
+ void wait_for_tohost();
+ void wait_for_fromhost();
int wait_for_packet();
private: