bliss: BLIF to SPICE Synthesis
|
Class for cleaning blocks before synthesis. More...
Public Member Functions | |
def | __init__ |
Instantates BLIF cleaner. | |
def | go |
Starts cleaning process. | |
Public Attributes | |
blocks | |
Reference to list of blocks to be cleaned. |
Class for cleaning blocks before synthesis.
def bliss.BlissBLIFCleaner.__init__ | ( | self, | |
blocks | |||
) |
Instantates BLIF cleaner.
def bliss.BlissBLIFCleaner.go | ( | self | ) |
Starts cleaning process.
Reference to list of blocks to be cleaned.
Defined as a list of BlissBlock.