|
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 |
| written | in std_logic |
| we | in std_logic |
| sent | in std_logic |
| req_resend | in std_logic |
| resend_buf | in std_logic_vector ( BUFWIDTH - 1 downto 0 ) |
| busy | out std_logic |
| write_buf | out std_logic_vector ( BUFWIDTH - 1 downto 0 ) |
| req_send | out std_logic |
| send_buf | out std_logic_vector ( BUFWIDTH - 1 downto 0 ) |
| clean_buf | out std_logic_vector ( 2 ** BUFWIDTH - 1 downto 0 ) |
Definition at line 7 of file udp_buffer_selector.vhd.
1.8.1