Skip to content

Commit

Permalink
run all sims
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Oct 14, 2024
1 parent c442cd1 commit 5687257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/sram/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ pub(crate) mod tests {
let corners = ctx.corner_db();
let mut handles = Vec::new();
for vdd in [1.8] {
for corner in corners.corners().take(1) {
for corner in corners.corners() {
let corner = corner.clone();
let params = $params.clone();
let pex_netlist = Some(pex_netlist_path.clone());
Expand Down

0 comments on commit 5687257

Please sign in to comment.