Opened 9 years ago

Last modified 7 years ago

#3661 new enhancement

Add a resimulate() function to the API

Reported by: Vitalij Ruge Owned by: somebody
Priority: normal Milestone: 2.0.0
Component: *unknown* Version:
Keywords: Cc:

Description

It would be really nice to have something like

recompile=false

for simulate-appy.

For example:

simulate(A, simflags="xxxx");
system(./A -yyyy);

is possible but, system() has other syntax under linux and windows.
More native would be

simulate(A, -simflags="xxxx");
simulate(A, -simflags="yyyy",recompile="false");

Change History (4)

comment:1 by Martin Sjölund, 9 years ago

How about a resimulate command?

in reply to:  1 comment:2 by Vitalij Ruge, 9 years ago

Replying to sjoelund.se:

How about a resimulate command?

clever idea :), like more than recompile=false

comment:3 by Martin Sjölund, 9 years ago

Type: defectenhancement

comment:4 by Francesco Casella, 7 years ago

Milestone: Future2.0.0
Summary: extends simulate scriptingAdd a resimulate() function to the API
Note: See TracTickets for help on using tickets.