Skip to content

Commit

Permalink
Add to side branch
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Dec 7, 2024
1 parent e99777e commit 6e90ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdc/Sdc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ proc current_design { {design ""} } {

# Generic get_* filter.
proc filter_objs { filter objects filter_function object_type } {
set filter_regexp1 {@?([a-zA-Z_]+) *((==|!=|=~|!~) *([0-9a-zA-Z_\*]+))?}
set filter_regexp1 {@?([a-zA-Z_]+) *((==|!=|=~|!~) *([0-9a-zA-Z_\\/$\[\]*]+))?}
set filter_or_regexp "($filter_regexp1) *\\|\\| *($filter_regexp1)"
set filter_and_regexp "($filter_regexp1) *&& *($filter_regexp1)"
set filtered_objects {}
Expand Down

0 comments on commit 6e90ece

Please sign in to comment.