write_stream_by_net
write_stream_by_net
{-gds s_fileName | -oasis s_fileName}
-nets {s_netName…}
-layer_map s_fileName
[ -layers {s_layerName…} ]
[ -purp_in_oasis_lmap [ true | false ] ]
[ -starting_datatype i_dataType [ -net_datatype_map s_fileName ] ]
Description
Creates either a GDSII or OASIS file that contains the shapes that are attached to the given nets. You can optionally limit the output to shapes on specific layers. By default, for each net in the list (-nets), shapes in the net are assigned to the datatype corresponding to the drawing purpose for the shape’s layer, according to the layer map. If -starting_datatype is given, the first net will use this number and the datatype number will be incremented by one for each subsequent net.
Required Arguments
|
Specifies the name of the file to which the GDSII stream data will be written. |
|
|
Specifies the Stream/OASIS-to-OpenAccess Layer Map File to use for mapping OpenAccess layer names and purposes to their respective stream layers and datatypes. |
|
|
Specifies the name of the file to which the OASIS stream data will be written. |
Optional Arguments
Value Returned
Related Topics
Stream/OASIS-to-OpenAccess Layer Map File
Return to top