SURF  1.0
Code8b10bPkg Package Body Reference
Package >> Code8b10bPkg

Procedures

  encode8b10b(
dataIn: in slv ( 7 downto 0 )
dataKIn: in sl
dispIn: in sl
dataOut: out slv ( 9 downto 0 )
dispOut: out sl
)
  decode8b10b(
dataIn: in slv ( 9 downto 0 )
dispIn: in sl
dataOut: out slv ( 7 downto 0 )
dataKOut: out sl
dispOut: out sl
codeErr: out sl
dispErr: out sl
)

Detailed Description

Definition at line 64 of file Code8b10bPkg.vhd.

Member Function Documentation

◆ encode8b10b()

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

Definition at line 66 of file Code8b10bPkg.vhd.

◆ decode8b10b()

decode8b10b (   dataIn in slv( 9 downto 0 ) ,
  dispIn in sl ,
  dataOut out slv( 7 downto 0 ) ,
  dataKOut out sl ,
  dispOut out sl ,
  codeErr out sl ,
  dispErr out sl  
)
Procedure

Definition at line 189 of file Code8b10bPkg.vhd.


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