OpenCores
URL https://opencores.org/ocsvn/configurator/configurator/trunk

Subversion Repositories configurator

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /configurator
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

/trunk/src/Configurator.py
32,7 → 32,7
re0 = re.compile("//\s(\w.+)")
re1 = re.compile("\/\/=(valid)\s(.+)")
re2 = re.compile("(\/\/)?`define\s+(\w+)((\s+([\w']+))|(\s+\/\/\s*(.*)))?\s+")
re2 = re.compile("(\/\/)?`define\s+(\w+)((\s+([\w'\.]+))|(\s+\/\/\s*(.*)))?\s+")
current_title = ""
current_valid = ""
59,7 → 59,7
current_select = None
continue
if re.match("\s*`ifdef.*", row):
if re.match("\s*`ifn?def.*", row):
current_ifdef += 1
if re.match("\s*`endif.*", row):

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.