Rename eth_stream into eth_stream_udp. Create new eth_stream.vhd that contains...
Merged
Rename eth_stream into eth_stream_udp. Create new eth_stream.vhd that contains...
L2SDP-864b
into
master
1 unresolved thread
1 unresolved thread
Rename eth_stream into eth_stream_udp. Create new eth_stream.vhd that contains complete ETH interface component with eth_stream_udp and tech_tse_with_setup.
Closes L2SDP-864
Merge request reports
Activity
requested review from @walle
assigned to @kooistra
74 # 1GbE 74 # 1GbE-I 75 75 - peripheral_name: diag/diag_block_gen 76 peripheral_group: eth_1gbe 76 peripheral_group: eth0_tx 77 77 parameter_overrides: 78 - { name: g_nof_streams, value: c_nof_streams_1GbE_UDP } 79 - { name: g_buf_dat_w, value: 32 } 80 - { name: g_buf_addr_w, value: ceil_log2(c_def_1GbE_block_size) } 78 - { name: g_nof_streams, value: c_nof_streams_eth0_UDP } 79 - { name: g_nof_reg, value: c_nof_streams_eth0_UDP } 80 - { name: g_buf_addr_w, value: 8 } 81 81 mm_port_names: 82 - REG_DIAG_BG_1GBE 83 - RAM_DIAG_BG_1GBE 82 - REG_ETH1G_I_BG_CTRL mentioned in commit 917cfbaa
Please register or sign in to reply