|
From: | Joel Sherrill |
Subject: | Re: how to pass arguments to simulator |
Date: | Fri, 3 Apr 2009 16:05:24 -0500 |
User-agent: | Thunderbird 2.0.0.21 (X11/20090320) |
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
[Prev in Thread] | Current Thread | [Next in Thread] |