Skip to content

Commit

Permalink
Revert "Fix Spectre transient step size parameter (#39)"
Browse files Browse the repository at this point in the history
This reverts commit 4a1ea6d.
  • Loading branch information
rohanku committed Sep 11, 2024
1 parent 4a1ea6d commit e86a858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/spectre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ fn analysis_line(input: &Analysis, prefix: &str, num: usize) -> Result<String> {
String::new()
};
let mut line = format!(
"{name} tran maxstep={} stop={} start={}{}",
"{name} tran step={} stop={} start={}{}",
a.step, a.stop, a.start, strobe
);
for (k, v) in a.opts.iter() {
Expand Down

0 comments on commit e86a858

Please sign in to comment.