Skip to content

Commit

Permalink
Add clock jitter command
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Nov 14, 2024
1 parent 6979cea commit 4685060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tcl/Extras.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ proc all_fanout { args } {
return [list]
}

# Set clock jitter
proc set_clock_jitter { args } {
puts "Warning: set_clock_jitter not supported"
}

################################################################
# TCL extras
################################################################
Expand Down

0 comments on commit 4685060

Please sign in to comment.