Ben Elliston wrote:
Joel,

I use this in the board.exp but the arguments
do not appear to get to the invocation.

set_board_info sim "psim -i -l 180"

I looked for a parameter in the docs but didn't
see one that appear to be "sim args".

What dumb user thing am I missing?

Looking at config/sim.exp, try "simflags".

Thanks.  That put me on the right track.  This is the
answer so it is in the mail archives:

   set_board_info sim,options "-i"

And the code from config/sim.exp:

      set simflags [board_info $dest sim,options]


Cheers, Ben
Thank you.  Now I can start the RTEMS GCC test
builds for the weekend. :)

--joel


_______________________________________________
DejaGnu mailing list
DejaGnu@gnu.org
http://lists.gnu.org/mailman/listinfo/dejagnu

Reply via email to