diff --git a/cumulus/src/designflow/klayout.py b/cumulus/src/designflow/klayout.py index 1db0ce0a..9378fbd8 100644 --- a/cumulus/src/designflow/klayout.py +++ b/cumulus/src/designflow/klayout.py @@ -45,6 +45,7 @@ class Klayout ( FlowTask ): return { 'basename' : self.basename , 'actions' : [ self.doTask ] , 'doc' : 'Run {}.'.format( self ) + , 'targets' : self.targets , 'file_dep' : self.file_dep }