SURF
Loading...
Searching...
No Matches
Gearbox Entity Reference
+ Inheritance diagram for Gearbox:

Entities

Gearbox.rtl  architecture
 

Libraries

ieee 
surf 

Use Clauses

std_logic_1164 
std_logic_arith 
std_logic_unsigned 
StdRtlPkg  Package <StdRtlPkg>

Generics

TPD_G  time := 1 ns
RST_POLARITY_G  sl := ' 1 '
RST_ASYNC_G  boolean := false
SLAVE_BIT_REVERSE_G  boolean := false
SLAVE_WIDTH_G  positive
MASTER_BIT_REVERSE_G  boolean := false
MASTER_WIDTH_G  positive

Ports

clk   in   sl
rst   in   sl
slaveData   in   slv ( SLAVE_WIDTH_G- 1 downto 0 )
slaveValid   in   sl := ' 1 '
slaveReady   out   sl
slaveBitOrder   in   sl := ite ( SLAVE_BIT_REVERSE_G , ' 1 ' , ' 0 ' )
startOfSeq   in   sl := ' 0 '
slip   in   sl := ' 0 '
masterData   out   slv ( MASTER_WIDTH_G- 1 downto 0 )
masterValid   out   sl
masterReady   in   sl := ' 1 '
masterBitOrder   in   sl := ite ( MASTER_BIT_REVERSE_G , ' 1 ' , ' 0 ' )

The documentation for this design unit was generated from the following files: