* Bug: In CRL::VstParserGrammar & VstParserScanner, when loading the instances models, we where loading both logical & physical views. This was causing cases of reentrency of the parser, with reset of the lexer static dictionary, leading to memory corruption. Now the identifiers are stored in the YaccState of each parsed cell and we only recursively call for the logical view. * Change: In CRL::ApParser::_parseInstance(), recursively load the physical views as they are no longer loaded by the Vst parser. * Change: In CRL::AllianceFramework::getCell(), sets the TerminalNetlist flag from the state (mode 'C' in CATAL) onto the cell. * Change: In EtesianEngine::loadLeafcelllayouts(), new functions to load the layouts of the leaf cells if only the netlist has been loaded. |
||
---|---|---|
.. | ||
cmake_modules | ||
doc | ||
etc | ||
python | ||
src | ||
CMakeLists.txt |