Changeset 95fe55ca in mainline
- Timestamp:
- 2014-08-28T09:33:23Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4236b18
- Parents:
- dd8b6a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autogen.py
rdd8b6a8 r95fe55ca 128 128 129 129 def filter_pairs(lines): 130 pattern = re.compile("^\tEMITTED_CONSTANT ([A-Z_] *) = \$([0-9]*)$");130 pattern = re.compile("^\tEMITTED_CONSTANT ([A-Z_][A-Z0-9_]*) = \$([0-9]+)$"); 131 131 pairs = [] 132 132 for line in lines:
Note:
See TracChangeset
for help on using the changeset viewer.