|
read_blif
read_blif
- It has two modes
- read_blif file.blif
- read_blif -e encoding.enc file.blif
- The first is just like read_blif_mv but it accepts the blif format instead of blif_mv
- The second is “incremental” in that it just replaces the current node in the hierarchy
- The encoding file contains encoding information so that the node’s inputs and outputs remain in MV (multivalued) format. However, internally it is binary since it is a blif file.
|