My Project
v0.0.16
|
Processes | |
memory_check | ( data_clk , ram_index , end_of_ram ) |
Constants | |
RAM_SIZE | natural := 2 ** ( DPRAM_ADDR_WIDTH - 1 ) |
COMPLETE_FRAMES | natural := ( RAM_SIZE / FRAME_SIZE ) |
LAST_MEMORY | natural := ( COMPLETE_FRAMES * FRAME_SIZE ) - 1 |
LAST_MEMORY_U | unsigned ( DPRAM_ADDR_WIDTH - 2 downto 0 ) := to_unsigned ( LAST_MEMORY , DPRAM_ADDR_WIDTH - 1 ) |
Signals | |
pointer_addr | std_logic_vector ( DPRAM_ADDR_WIDTH - 2 downto 0 ) |
ram_index | unsigned ( DPRAM_ADDR_WIDTH - 2 downto 0 ) |
ipbw | ipb_wbus_array ( 1 downto 0 ) |
ipbr | ipb_rbus_array ( 1 downto 0 ) |
null_data | std_logic_vector ( 31 downto 0 ) := ( others = > ' 0 ' ) |
null_ctrl | std_logic_vector ( 3 downto 0 ) := ( others = > ' 0 ' ) |
web | std_logic |
eof | std_logic |
end_of_ram | std_logic := ' 0 ' |
use_ram | std_logic := ' 0 ' |
source_data | std_logic_vector ( 31 downto 0 ) := ( others = > ' 0 ' ) |
source_ctrl | std_logic_vector ( 3 downto 0 ) := ( others = > ' 0 ' ) |
ram_data | mgt_data |
dummy_data | mgt_data |
Instantiations | |
framer | framing_sync_logic <Entity framing_sync_logic> |
ram_pointer | tx_ram_pointer <Entity tx_ram_pointer> |
block_decode | ipbus_fabric_merge <Entity ipbus_fabric_merge> |
dssram | ipbus_dpram_frame_init <Entity ipbus_dpram_frame_init> |
ctrlram | ipbus_dpram_ctrl_init <Entity ipbus_dpram_ctrl_init> |
dummy | dummy_frame_generator <Entity dummy_frame_generator> |
memory_check | ( | data_clk, | |
ram_index, | |||
end_of_ram | |||
) |
|
Instantiation |
|
Constant |
|
Instantiation |
|
Instantiation |
|
Instantiation |
|
Signal |
|
Signal |
|
Signal |
|
Instantiation |
|
Signal |
|
Signal |
|
Constant |
|
Constant |
|
Signal |
|
Signal |
|
Signal |
|
Signal |
|
Instantiation |
|
Constant |
|
Signal |
|
Signal |
|
Signal |
|
Signal |