Skip to content

Commit

Permalink
redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanohar committed Sep 2, 2021
1 parent 28c405c commit 2dd0a28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tech/techgen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,6 @@ void emit_drc (pp_t *pp)
if (Technology::T->fet[j][i] && Technology::T->diff[j][i]) {
int spc;
pp_printf (pp, "# diff to contact spacing"); pp_nl;
emit_spacing (pp, Technology::T->fet[j][i]->getName(),
Technology::T->diff[j][i]->getName(),
Technology::T->diff[j][i]->getSpacing (i), 1);

spc = Technology::T->diff[j][i]->getViaFet() -
(Technology::T->diff[j][i]->getUpC()->minWidth()-
Technology::T->diff[j][i]->getUpC()->getSym()+1)/2;
Expand Down

0 comments on commit 2dd0a28

Please sign in to comment.