|
AMC13
Firmwares for the different applications of the AMC13 uTCA board made at Boston University
|

Entities | |
| simple | architecture |
Use Clauses | |
| numeric_std | |
Generics | |
| BUFWIDTH | natural := 0 |
Ports | |
| mac_clk | in std_logic |
| rst_macclk | in std_logic |
| pkt_resend | in std_logic |
| resend_pkt_id | in std_logic_vector ( 15 downto 0 ) |
| ipbus_out_hdr | in std_logic_vector ( 31 downto 0 ) |
| ipbus_out_valid | in std_logic |
| tx_read_buffer | in std_logic_vector ( BUFWIDTH - 1 downto 0 ) |
| udpram_busy | in std_logic |
| clean_buf | in std_logic_vector ( 2 ** BUFWIDTH - 1 downto 0 ) |
| req_not_found | out std_logic |
| req_resend | out std_logic |
| resend_buf | out std_logic_vector ( BUFWIDTH - 1 downto 0 ) |
| udpram_sent | out std_logic |
Definition at line 10 of file udp_txtransactor_if_simple.vhd.
1.8.1