Please help me solve these errors in cadence, i t...
# analog-design
h
Please help me solve these errors in cadence, i tried to import to cadence virtuoso GDSII file from sonnet software using XStream and got this message: Loading PDK Param Table '/usr/local/IC614/tsmc13/tsmc13rf/../skill/pdkParamTable.ile' INFO (XSTRM-217): Reading the layer map file, /usr/local/IC614/tsmc13/tsmc13rf/tsmc13rf.layermap WARNING (XSTRM-75): Target library 'project_hend' is attached to the technology library 'tsmc13rf'. Therefore, the technology file is opened in read-only mode. All the undefined layer-purpose pairs will be dropped. WARNING (XSTRM-107): Existing cells in the target library may be overwritten if the cell name in the Stream file is same as the cell name in the target library. Specify the Do Not Overwrite Existing Cells option and try again. INFO (XSTRM-163): You have not used the viaMap option. If a viaMap file, corresponding techfile or technology library exist, then use the -viaMap option for creating oaVia instances in the Streamed-In library. Using the -viaMap option improves performance and VM usage of applications using the Streamed-In design. For details on the viaMap option, refer to the "Design Data Translator's Reference" guide for XStream. INFO (XSTRM-220): 1. Translating STRUCTURE hend_lay_test_1 as cellView project_hend/hend_lay_test_1/layout WARNING (XSTRM-36): The objects in the stream layer-datatype '2:0' are ignored. This is because the stream layer-datatype pair is not specified in the layer map file. Specify the stream layer-datatype pair in the layer map file and try again.
m
Looks like it finished with warnings: 1. All the undefined layer-purpose pairs will be dropped. 2. Existing cells in the target library may be overwritten if the cell name in the Stream file is same as the cell name in the target library. 3. The objects in the stream layer-datatype
2:0
are ignored. If the objects on
2:0
are necessary, try modifying
tsmc13rf.layermap
to map them to cadence layers.