Product Documentation
CDL Out Task Assistant
Product Version IC23.1, June 2023

How are Global Pins Mapped during auCdl Netlisting?

In the DFII environment, global signals in a netlist end with a ! character. If you do not want global signals to end with !, you can specify this by using either one of the following methods:

"+" -> nil
"(" -> nil
")" -> nil
"," -> nil
"/" -> nil
"." -> nil
$" -> nil
"[" -> nil
"]" -> nil
"<" -> "["
">" -> "]"
"!" -> nil

Default direction of global power and ground pins is INPUT.

The SKILL environmental variable hnlMapNetInName can be used similarly. For example:

pinMap = 't

is equivalent to:

hnlMapNetInName = list('("+" nil) '("(" nil) '(")" nil) '("," nil) '("/" nil) '("." nil) '("$" nil) '("[" nil) '("]" nil) '("<" "[") '(">" "]") '("!" nil) )




 ⠀
X