bliss: BLIF to SPICE Synthesis
Public Member Functions | Public Attributes

bliss.BlissMapper Class Reference

Class for mapping blocks to libraries. More...

List of all members.

Public Member Functions

def __init__
 Instantiates a BLIF mapper.
def go
 Starts mapping of blocks to library entries.

Public Attributes

 libs
 Reference to list of library entries.
 blocks
 Reference to list of blocks.

Detailed Description

Class for mapping blocks to libraries.


Constructor & Destructor Documentation

def bliss.BlissMapper.__init__ (   self,
  libs,
  blocks 
)

Instantiates a BLIF mapper.

Parameters:
libsList of library entries. Defined as BlissLibraryEntry
blocksList of blocks. Defined as BlissBlock.

Member Function Documentation

def bliss.BlissMapper.go (   self)

Starts mapping of blocks to library entries.


Member Data Documentation

Reference to list of blocks.

Defined as list of BlissBlock.

Reference to list of library entries.

Defined as list of BlissLibraryEntry.


The documentation for this class was generated from the following file: