Skip to content

Commit

Permalink
save verilog model
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Oct 14, 2024
1 parent 9624441 commit b1642a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/blocks/sram/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,9 @@ pub(crate) mod tests {
ctx.write_layout::<Sram>(&$params, &gds_path)
.expect("failed to write layout");

// let verilog_path = out_verilog(&work_dir, &*$params.name());
// save_1rw_verilog(&verilog_path,&*$params.name(), &$params)
// .expect("failed to write behavioral model");
let verilog_path = out_verilog(&work_dir, &*$params.name());
save_1rw_verilog(&verilog_path,&*$params.name(), &$params)
.expect("failed to write behavioral model");

#[cfg(feature = "commercial")]
{
Expand Down

0 comments on commit b1642a3

Please sign in to comment.