Skip to content

Commit

Permalink
use rc extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Oct 14, 2024
1 parent e73228a commit 2cddde5
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 @@ -689,7 +689,7 @@ pub(crate) mod tests {

let pex_path = out_spice(&work_dir, "pex_schematic");
let pex_dir = work_dir.join("pex");
let pex_level = calibre::pex::PexLevel::C;
let pex_level = calibre::pex::PexLevel::Rc;
let pex_netlist_path = crate::paths::out_pex(&work_dir, "pex_netlist", pex_level);
ctx.write_schematic_to_file_for_purpose::<Sram>(
&$params,
Expand Down

0 comments on commit 2cddde5

Please sign in to comment.