aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2004-08-14 00:22:45 +0000
committerBen Elliston <bje@gnu.org>2004-08-14 00:22:45 +0000
commit39020e6600306a224886cac1ddc9051519caa919 (patch)
treed9b35c8f5a2e8550dc851e9edea18f8c2890bf9f /config
parent2adda5c0d6c846bc66ffb7ea55373c52981a30db (diff)
downloaddejagnu-39020e6600306a224886cac1ddc9051519caa919.zip
dejagnu-39020e6600306a224886cac1ddc9051519caa919.tar.gz
dejagnu-39020e6600306a224886cac1ddc9051519caa919.tar.bz2
* config/sim.exp (sim_download, sim_upload): New procs.
Diffstat (limited to 'config')
-rw-r--r--config/sim.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/sim.exp b/config/sim.exp
index 010aa26..bd8c2b3 100644
--- a/config/sim.exp
+++ b/config/sim.exp
@@ -125,6 +125,14 @@ proc sim_load { dest prog args } {
return [list $result $output]
}
+proc sim_download { dest file args } {
+ return [remote_download host $file $args]
+}
+
+proc sim_upload { dest srcfile destfile } {
+ return [remote_upload host $file $args]
+}
+
set_board_info protocol "sim"
# By default, assume the simulator is slow. This causes some tests