aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2014-02-24 12:15:14 +1100
committerBen Elliston <bje@gnu.org>2014-02-24 12:15:14 +1100
commita60f6c7d46ba5688ee9c2fee4b27a20fb2be8190 (patch)
tree07f63edf56da0bc2ac2b021293d3bb278615f1bf /config
parentae7ff712a3998bca31791de8f954ba4f6a0db90b (diff)
* config/sim.exp (sim_exec): New.
(sim_file): New. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'config')
-rw-r--r--config/sim.exp10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/sim.exp b/config/sim.exp
index ab83835..87bd403 100644
--- a/config/sim.exp
+++ b/config/sim.exp
@@ -133,6 +133,16 @@ proc sim_upload { dest srcfile args } {
return [remote_upload host $srcfile $args]
}
+proc sim_exec { dest srcfile args } {
+ perror "Remote execution for simulators not implemented."
+ verbose -log "Remote execution for simulators not implemented."
+ return -1
+}
+
+proc sim_file { board args } {
+ return [eval [list remote_file host] $args]
+}
+
set_board_info protocol "sim"
# By default, assume the simulator is slow. This causes some tests