Subsections


Instances

Name

Inst - Creation of instances

Synopsys

Inst ( model
     , name
     , map = connectmap 
     )

Description

Instantiation of an instance. The type of the instance is given by the model parameter. The connexions are made thanks to the connectmap parameters.

Parameters

param and map are dictionnaries as shown in the example below.

Example

Inst ( 'a2_x2'
     , map = { 'i0'  : in0
             , 'i1'  : in1
             , 'q'   : out
             , 'vdd' : vdd
             , 'vss' : vss
             }
     )

You can see a concrete example at : Example

Errors

Some errors may occur :

See Also

Introduction

Sophie BELLOEIL
20051116.1