Skip to content

Commit 4a1ea6d

Browse files
authored
Fix Spectre transient step size parameter (#39)
1 parent c17e85f commit 4a1ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/spectre/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ fn analysis_line(input: &Analysis, prefix: &str, num: usize) -> Result<String> {
418418
String::new()
419419
};
420420
let mut line = format!(
421-
"{name} tran step={} stop={} start={}{}",
421+
"{name} tran maxstep={} stop={} start={}{}",
422422
a.step, a.stop, a.start, strobe
423423
);
424424
for (k, v) in a.opts.iter() {

0 commit comments

Comments
 (0)