File tree Expand file tree Collapse file tree 1 file changed +58
-7
lines changed
Expand file tree Collapse file tree 1 file changed +58
-7
lines changed Original file line number Diff line number Diff line change @@ -148,20 +148,71 @@ set_disable_timing (-from <from_port>)?
148148 <cell, instance, port, pin>
149149```
150150
151- # Query
151+ ## Query
152152
153- get_ports
153+ ### get_ports
154154
155- get_clocks
155+ ```
156+ get_ports (-regexp)?
157+ (-nocase)?
158+ (-quiet)?
159+ <patterns>
160+ ```
161+
162+ ### get_clocks
163+
164+ ```
165+ get_clocks (-regexp)?
166+ (-nocase)?
167+ (-quiet)?
168+ <patterns>
169+ ```
170+
171+ ### get_pins
172+
173+ ```
174+ get_pins (-regexp)?
175+ (-nocase)?
176+ (-quiet)?
177+ <patterns>
178+ ```
179+
180+ ### get_cells
181+
182+ ```
183+ get_cells (-regexp)?
184+ (-nocase)?
185+ (-quiet)?
186+ <patterns>
187+ ```
188+
189+ Note: OpenSTA has special flags for hierarchical matches. Should consider adding.
156190
157- get_pins
191+ ### get_nets
158192
159- get_cells
193+ ```
194+ get_nets (-regexp)?
195+ (-nocase)?
196+ (-quiet)?
197+ <patterns>
198+ ```
160199
161- get_nets
200+ Note: OpenSTA has special flags for hierarchical matches. Should consider adding.
162201
163- all_inputs
202+ ### all_inputs
203+
204+ ```
205+ all_inputs (-no_clocks)?
206+ ```
164207
208+ ### all_outputs
209+
210+ ```
165211all_outputs
212+ ```
166213
214+ ### all_clocks
215+
216+ ```
167217all_clocks
218+ ```
You can’t perform that action at this time.
0 commit comments