Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi authored Jan 30, 2023
1 parent 1f1904a commit e99deff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/yosys/logic_equiv_check.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ proc initialize {args} {
}
}
foreach lib $::env(LIB_TYPICAL) {
read_liberty -nooverwrite -lib -ignore_miss_dir -setattr blackbox $lib
read_liberty -ignore_miss_func -ignore_miss_dir $lib
}
}

Expand Down

0 comments on commit e99deff

Please sign in to comment.