Skip to content

Commit

Permalink
sim only for vdd=1.8V
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Sep 24, 2024
1 parent f720172 commit 8a89b3e
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 @@ -406,7 +406,7 @@ pub(crate) mod tests {
let short_str = if short { "short" } else { "long" };
let corners = ctx.corner_db();
let mut handles = Vec::new();
for vdd in [1.8, 1.6, 2.0] {
for vdd in [1.8] {
for corner in corners.corners() {
let corner = corner.clone();
let params = $params.clone();
Expand Down

0 comments on commit 8a89b3e

Please sign in to comment.