Package: std_logic_misc

Description

library SYNOPSYS;
use SYNOPSYS.attributes.all;

Types

Name Type Description
STRENGTH (strn_X01,
strn_X0H,
strn_XL1,
strn_X0Z,
strn_XZ1,
strn_WLH,
strn_WLZ,
strn_WZH,
strn_W0H,
strn_WL1)
MINOMAX synopsys synthesis_off

Functions

Description

functions for mapping the STD_(U)LOGIC according to STRENGTH


Description

conversion functions for STD_ULOGIC_VECTOR and STD_LOGIC_VECTOR


synopsys synthesis_on

Description
synopsys synthesis_off

conversion functions for sensing various types
(the second argument allows the user to specify the value to
be returned when the network is undriven)


Description

synopsys synthesis_on

Function: STD_LOGIC_VECTORtoBIT_VECTOR STD_ULOGIC_VECTORtoBIT_VECTOR

Purpose: Conversion fun. from STD_(U)LOGIC_VECTOR to BIT_VECTOR

Mapping:    0, L --> 0
        1, H --> 1
        X, W --> vX if Xflag is TRUE
        X, W --> 0  if Xflag is FALSE
        Z --> vZ if Zflag is TRUE
        Z --> 0  if Zflag is FALSE
        U --> vU if Uflag is TRUE
        U --> 0  if Uflag is FALSE
        - --> vDC if DCflag is TRUE
        - --> 0  if DCflag is FALSE

Description

Function: STD_ULOGICtoBIT

Purpose: Conversion function from STD_(U)LOGIC to BIT

Mapping:    0, L --> 0
        1, H --> 1
        X, W --> vX if Xflag is TRUE
        X, W --> 0  if Xflag is FALSE
        Z --> vZ if Zflag is TRUE
        Z --> 0  if Zflag is FALSE
        U --> vU if Uflag is TRUE
        U --> 0  if Uflag is FALSE
        - --> vDC if DCflag is TRUE
        - --> 0  if DCflag is FALSE

Description

Description
synopsys synthesis_off