diff --git a/tcl/Extras.tcl b/tcl/Extras.tcl index efbb0d53..cd77f209 100644 --- a/tcl/Extras.tcl +++ b/tcl/Extras.tcl @@ -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 ################################################################