mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-28 17:05:17 +02:00
get_* -filter do not require spaces around ||/&&
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
+2
-2
@@ -965,8 +965,8 @@ proc get_ports { args } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable filter_regexp1 {@?([a-zA-Z_]+) *(==|!=|=~) *([0-9a-zA-Z_\*]+)}
|
variable filter_regexp1 {@?([a-zA-Z_]+) *(==|!=|=~) *([0-9a-zA-Z_\*]+)}
|
||||||
variable filter_or_regexp "($filter_regexp1) +\\|\\| +($filter_regexp1)"
|
variable filter_or_regexp "($filter_regexp1) *\\|\\| *($filter_regexp1)"
|
||||||
variable filter_and_regexp "($filter_regexp1) +&& +($filter_regexp1)"
|
variable filter_and_regexp "($filter_regexp1) *&& *($filter_regexp1)"
|
||||||
|
|
||||||
proc filter_ports1 { filter objects } {
|
proc filter_ports1 { filter objects } {
|
||||||
variable filter_regexp1
|
variable filter_regexp1
|
||||||
|
|||||||
Reference in New Issue
Block a user