diff --git a/docs/syntax/README.md b/docs/syntax/README.md index 0ecf882d2..0d03ecab5 100644 --- a/docs/syntax/README.md +++ b/docs/syntax/README.md @@ -17,7 +17,6 @@ create_clock -period ``` create_generated_clock (-name )? -source - (-master_clock )? (-divide_by )? (-multiply_by )? (-add)? @@ -48,7 +47,6 @@ set_false_path (-setup)? (-fall)? (-from )? (-to )? - (-through )? ``` Note: There are some extra to discuss. @@ -60,7 +58,6 @@ set_max_delay (-rise)? (-fall)? (-from )? (-to )? - (-through )? ``` @@ -71,7 +68,6 @@ set_min_delay (-rise)? (-fall)? (-from )? (-to )? - (-through )? ```