hwtBuildsystem.yosys.logParser package¶
Submodules¶
hwtBuildsystem.yosys.logParser.synthesis module¶
- class hwtBuildsystem.yosys.logParser.synthesis.YosysSynthesisLogParser(text: str, topName: str)[source]¶
Bases:
object- RE_CELLS = re.compile('^ *(.+) (\\d+)$')¶
- Variables:
text – text of the log from yosys synthesis run
- RE_INDENT = re.compile('^( *)')¶
- RE_TABLE_HEADER_LINE = re.compile('^=== (.+) ===$')¶