SURF  1.0
Code10b12bPkg Package Body Reference
Package >> Code10b12bPkg

Functions

string   toString ( code: in slv( 9 downto 0) , k: in sl )
DisparityType   conv ( d: in sl )
sl   conv ( d: in DisparityType )
integer   getDisparity ( vec: in slv )

Procedures

  encode10b12b(
dataIn: in slv ( 9 downto 0 )
dataKIn: in sl
dispIn: in sl
dataOut: out slv ( 11 downto 0 )
dispOut: out sl
)
  decode10b12b(
dataIn: in slv ( 11 downto 0 )
dispIn: in sl
dataOut: out slv ( 9 downto 0 )
dataKOut: inout sl
dispOut: inout sl
codeError: out sl
dispError: inout sl
)

Detailed Description

Definition at line 146 of file Code10b12bPkg.vhd.

Member Function Documentation

◆ toString()

string toString (   code in slv( 9 downto 0 ) ,
  k in sl  
)
Function

Definition at line 148 of file Code10b12bPkg.vhd.

◆ conv() [1/2]

DisparityType conv (   d in sl  
)
Function

Definition at line 158 of file Code10b12bPkg.vhd.

◆ conv() [2/2]

sl conv (   d in DisparityType  
)
Function

Definition at line 167 of file Code10b12bPkg.vhd.

◆ getDisparity()

integer getDisparity (   vec in slv  
)
Function

Definition at line 176 of file Code10b12bPkg.vhd.

◆ encode10b12b()

encode10b12b (   dataIn in slv( 9 downto 0 ) ,
  dataKIn in sl ,
  dispIn in sl ,
  dataOut out slv( 11 downto 0 ) ,
  dispOut out sl  
)
Procedure

Definition at line 197 of file Code10b12bPkg.vhd.

◆ decode10b12b()

decode10b12b (   dataIn in slv( 11 downto 0 ) ,
  dispIn in sl ,
  dataOut out slv( 9 downto 0 ) ,
  dataKOut inout sl ,
  dispOut inout sl ,
  codeError out sl ,
  dispError inout sl  
)
Procedure

Definition at line 283 of file Code10b12bPkg.vhd.


The documentation for this class was generated from the following file: