Changeset 10173 for firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib
- Timestamp:
- 02/23/11 16:25:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib/hdl/fad_definitions.vhd
r10172 r10173 52 52 -- Network Settings End 53 53 54 55 56 57 58 59 60 61 62 54 constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"01"; 55 constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"02"; 56 constant PACKAGE_HEADER_LENGTH : integer := 36; 57 constant PACKAGE_HEADER_ZEROS : integer := 0; 58 constant PACKAGE_END_LENGTH : integer := 2; -- CRC and END-Flag 59 constant PACKAGE_END_ZEROS : integer := 2; 60 constant CHANNEL_HEADER_SIZE : integer := 4; 61 constant NUMBER_OF_DRS : integer := 4; 62 63 63 constant W5300_S_INC : std_logic_vector(6 downto 0) := "1000000"; -- socket address offset 64 64
Note:
See TracChangeset
for help on using the changeset viewer.