diff --git a/config/sim.exp b/config/sim.exp index ab83835..574ca72 100644 --- a/config/sim.exp +++ b/config/sim.exp @@ -133,6 +133,10 @@ proc sim_upload { dest srcfile args } { return [remote_upload host $srcfile $args] } +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