Public Types | |
enum | Code { DirIn = 0x0001 , DirOut = 0x0002 , DirUndefined = 0x0000 , ConnTristate = 0x0100 , ConnWiredOr = 0x0200 , UNDEFINED = DirUndefined , IN = DirIn , OUT = DirOut , INOUT = DirIn | DirOut , TRISTATE = DirOut | ConnTristate , TRANSCV = DirIn | DirOut | ConnTristate , WOR_OUT = DirOut | ConnWiredOr , WOR_INOUT = DirIn | DirOut | ConnWiredOr , DirMask = DirIn | DirOut | DirUndefined } |
Encapsulate the Net::Direction::Code enumeration that defines the signal direction. This direction is meaningful for external nets only.
This enumeration defines the signal direction inside the Net::Direction. It is build upon two kind of atomic flags, one telling were the sources and sinks are located regarding the Cell and the other indicating the nature of the driver (normal, tristate, wired-or).
Generated by doxygen 1.9.1 on Thu Aug 11 2022 | Return to top of page |
Hurricane VLSI Database | Copyright © 2000-2020 Bull S.A. All rights reserved |