Re: how to pass arguments to simulator

2009-04-02 Thread Ben Elliston
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,

how to pass arguments to simulator

2009-04-02 Thread Joel Sherrill
Hi, We have wrapper scripts which make it easy to run RTEMS on various simulators. For psim, I want to invoke the script like this: psim -i -l 180 EXE 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 par