Set patterns to account the DFF in cmos & cmos 45 technologies.

This commit is contained in:
Jean-Paul Chaput 2023-06-25 11:51:31 +02:00 committed by Gabriel Gouvine
parent 373cbe9835
commit 9c8e63c11d
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ env.setGROUND ( 'vss' )
env.setCLOCK ( '.*ck.*|.*nck.*' )
env.setBLOCKAGE ( 'blockage[Nn]et.*' )
env.setPad ( '.*_px$' )
env.setRegister ( 'sff.*' )
env.setWORKING_LIBRARY( '.' )
env.addSYSTEM_LIBRARY ( library=cellsTop+'/sxlib' , mode=Environment.Append )

View File

@ -43,6 +43,7 @@ env.setGROUND ( 'vss' )
env.setCLOCK ( '.*ck.*|.*nck.*' )
env.setBLOCKAGE ( 'blockage[Nn]et.*' )
env.setPad ( '.*_mpx$' )
env.setRegister ( 'sff.*' )
env.setWORKING_LIBRARY( '.' )
env.addSYSTEM_LIBRARY ( library=cellsTop+'/nsxlib', mode=Environment.Append )