Introduction To Digital VLSI
Introduction To Digital VLSI
Page 61
Introduction to Digital VLSI Logic Synthesis
Page 62
Introduction to Digital VLSI Logic Synthesis
Page 63
Introduction to Digital VLSI Logic Synthesis
Technology Libraries
Target Library
• The target library is the technology library you want to map to during
synthesis. It is also known as the destination library.
• Specify the target library with the pointer variable target_library.
set target_library {"cdr2synPwcslV300T125.db" "scanff.db"}
Optimized
Netlist
Design
Compiler
Target
Library
Page 64
Introduction to Digital VLSI Logic Synthesis
Link Library
• The link library is a technology library that is used to describe the
function of mapped cells prior to optimization.
• Specify the link library with the variable pointer link_library.
• Typically, the link and target library are set to the same technology
library.
• The first entry in the list should be "*" to use designs currently in
memory.
Link
Library
HDL Code
RTL + manually Optimized
instantiated gates Netlist
Design
Compiler
Page 65