* ./crlcore:

- In SymbolicTechnologyParser, the POLY layer was not flagged as "working layer"
        preventing the getBottomLayer() to work on "CONT_POLY".
This commit is contained in:
Jean-Paul Chaput 2010-08-16 13:43:48 +00:00
parent 15e6d4a452
commit 10a91d7d68
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ namespace CRL {
_technology->setWorkingLayer ( "cut4" );
_technology->setWorkingLayer ( "cut5" );
_technology->setWorkingLayer ( "gcut" );
_technology->setWorkingLayer ( "POLY" );
_technology->setWorkingLayer ( "METAL1" );
_technology->setWorkingLayer ( "METAL2" );
_technology->setWorkingLayer ( "METAL3" );