From 3f0a256ded23b13b7fad491caf96a9321987e203 Mon Sep 17 00:00:00 2001 From: AlexandreSinger Date: Thu, 11 Dec 2025 16:52:28 -0500 Subject: [PATCH] [Docs] Updated Syntax Docs Based on Feedback Based on feedback from different people, removed some flags which go mostly unused and would require a lot of effort to support. This includes the `-through` option for set_false_path and set_min/max_delay. This option can always be added back if deemed needed later. --- docs/syntax/README.md | 4 ---- 1 file changed, 4 deletions(-) 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 )? ```