Ignore:
Timestamp:
02/23/11 16:25:41 (14 years ago)
Author:
neise
Message:
beautify
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib/hdl/fad_definitions.vhd

    r10172 r10173  
    5252-- Network Settings End 
    5353 
    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  
     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
    6363  constant W5300_S_INC : std_logic_vector(6 downto 0) := "1000000"; -- socket address offset
    6464
Note: See TracChangeset for help on using the changeset viewer.