From a60f6c7d46ba5688ee9c2fee4b27a20fb2be8190 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Mon, 24 Feb 2014 12:15:14 +1100 Subject: * config/sim.exp (sim_exec): New. (sim_file): New. Signed-off-by: Ben Elliston --- config/sim.exp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config') 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 -- cgit v1.1