Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

include

include(
t_file)
=> t / error

Description

Loads the file with name t_file in SKILL regardless of any errors in the file.

Arguments

t_file

Name of the file you want to load; it should be a string value.

Value Returned

t

The file loads sucessfully.

error

The file specified as t_file does not exist.

Examples

include("./test.il")
t
include("")
*WARNING* open : empty file name
*Error* include: can't access file - ""

Return to top
 ⠀
X