<- Click here to Toggle

Home » Resources » Configuration Libraries

Configuration Libraries

Configuration

Configurations specify the binding information of module instances to specific Verilog HDL source code. Configurations utilize libraries. A library is a collection of modules, primitives and other configurations. SystemVerilog adds support for interfaces to Verilog configurations.

Libraries

A library is a named collection of cells. A cell is a module, macro module, primitive, interface, program, package, or configuration. A configuration is a specification of which source files bind to each instance in the design.