Skip to content

Commit

Permalink
create_clock allow negative waveform time
Browse files Browse the repository at this point in the history
Signed-off-by: James Cherry <[email protected]>
  • Loading branch information
jjcherry56 committed Aug 16, 2021
1 parent 4016dec commit 243d882
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tcl/Sdc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -1102,9 +1102,6 @@ proc create_clock { args } {
foreach edge $wave_arg {
check_float "-waveform edge" $edge
set edge [time_ui_sta $edge]
if { $edge < 0 } {
sta_error 340 "negative clock -waveform edge time."
}
if { !$first_edge && $edge < $prev_edge } {
sta_error 338 "non-increasing clock -waveform edge times."
}
Expand Down

0 comments on commit 243d882

Please sign in to comment.