Skip to content

Commit

Permalink
make timing model setup/hold merge
Browse files Browse the repository at this point in the history
Signed-off-by: James Cherry <[email protected]>
  • Loading branch information
jjcherry56 committed Jun 11, 2022
1 parent 7a02921 commit 9e15bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/MakeTimingModel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ MakeEndTimingArcs::visit(PathEnd *path_end)
ArcDelay check_setup = path_end->margin(sta_);
float margin = data_arrival - clk_latency + check_setup;
RiseFallMinMax &margins = margins_[tgt_clk_edge];
margins.setValue(input_rf_, min_max, margin);
margins.mergeValue(input_rf_, min_max, margin);
}

// input -> register setup/hold
Expand Down

0 comments on commit 9e15bfc

Please sign in to comment.