| | ++> gbe_response_constructor_Forward
| +-> gbe_transmit_control
| +-> gbe_frame_constr
- | +-> gbe_receive_control +-> gbe_protocol_prioritizer
- | +-> gbe_frame_receiver +-> gbe_type_validator
- | +-> fifo_4096x9
- | +-> fifo_512x32
+ | +-> gbe_receive_control
+ | +-> gbe_frame_receiver +-> fifo_4096x9
| +-> fifo_512x72
+-> trb_net16_endpoint_standalone_sctrl +-> trb_net16_api_base +-> trb_net16_term
| | +-> trb_net16_sbuf
1bit -> end of frame bit
512x32 -> 16bit -> fr_frame_size
- 16bit -> fr_frame_proto (fr_frame_type)
+ 16bit -> UNUSED
512x72 -> 48bit -> fr_src_mac
16bit -> fr_src_udp
512x72 -> 48bit -> fr_dst_mac
16bit -> fr_dst_udp
- 8bit -> UNUSED
+ 6bit -> proto_select
+ 2bit -> UNUSED
512x72 -> 32bit -> fr_src_ip
32bit -> fr_dst_ip
- 8bit -> fr_ip_proto
+ 8bit -> UNUSED
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_rx_rb.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_tx_fifo.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_lsm.vhd"
-#add_file -vhdl -lib work "../../trbnet/gbe_trb/base/scatter_ports.vhd"
-#add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gather_ports.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_sgl_ctrl.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb_ecp3/cores/rb_4k_9.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_receive_control.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_main_control.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_mac_control.vhd"
-add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_protocol_prioritizer.vhd"
+#add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_protocol_prioritizer.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_protocol_selector.vhd"
-add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_type_validator.vhd"
+#add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_type_validator.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_frame_constr.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_transmit_control.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/protocols/gbe_response_constructor_ARP.vhd"