Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simVertToHoriz

simVertToHoriz(
t_inputFileName
t_outputFileName
)
=> t / nil

Description

Reads in the inputFileName file, converts names in vertical table headers to horizontal, and copies the rest of the file.

For example, if the input lines in the t_inputFileName file are as follows:

N N
4N4
234
6 7

they are printed in the t_outputFileName output file as shown below:

N 4 2 6
| N 3 |
N 4 4 7

The function is defined in /bin/si and also in the Cadence graphics program. You cannot modify this function.

This function is used only to generate SILOS and System HILO™ output files.

Arguments

t_inputFileName

Name of input file containing names for conversion.

t_outputFileName

Name of output file containing converted names.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

simVertToHoriz( "simout2.tmp" "simout.tmp" ) 

Related Topics

OSS Functions


Return to top
 ⠀
X