Skip to content

Commit

Permalink
rollback change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Sep 22, 2023
1 parent 1cd92d8 commit 9d8d68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timing/util/pip_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import tiles
import json
lc_input_re = re.compile(r'(J?[ABCDM]|CLK|LSR|CE)\d')
lc_output_re = re.compile(r'J?[FQ]|CLK|JCLK\d')
lc_output_re = re.compile(r'J?[FQ]|CLK\d')

def get_span(wire):
if (wire.startswith("H") or wire.startswith("V")) and wire[1:3].isdigit():
Expand Down

0 comments on commit 9d8d68b

Please sign in to comment.