![]() |
eFEX firmware
1.7.3
ATLAS l1-calo - electron and tau feature extraction firmware for eFEX boards
|
Functions | |
| std_logic_vector | ToIndirectInitVal ( Direct: in std_logic_vector CRC_Width: in positive Poly: in std_logic_vector ) |
Processes | |
| PROCESS_40 | ( Clk ) |
Constants | |
| Poly | Std_Logic_Vector ( CRC_Width- 1 downto 0 ) := G_Poly |
| InitVal | Std_Logic_Vector ( CRC_Width- 1 downto 0 ) := G_InitVal |
| InDirectInitVal | std_logic_vector ( CRC_Width- 1 downto 0 ) := ToIndirectInitVal ( InitVal , CRC_Width , Poly ) |
Signals | |
| Reg_s | std_logic_vector ( CRC_Width- 1 downto 0 ) |
Definition at line 31 of file crc-20.vhd.
1.9.1