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)
follow-up: 2 comment:1 by , 9 years ago
comment:2 by , 9 years ago
Replying to sjoelund.se:
How about a resimulate command?
clever idea :), like more than recompile=false
comment:3 by , 9 years ago
Type: | defect → enhancement |
---|
comment:4 by , 7 years ago
Milestone: | Future → 2.0.0 |
---|---|
Summary: | extends simulate scripting → Add a resimulate() function to the API |
Note:
See TracTickets
for help on using tickets.
How about a resimulate command?