Ignore:
Timestamp:
08/03/11 18:14:56 (13 years ago)
Author:
neise
Message:
version 0x02.13: send data via socket 1 only. sockets 2..7 should be open as usual.
File:
1 edited

Legend:

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

    r11755 r11757  
    5555        --constant SUBVERSION_NUMBER : std_logic_vector (15 downto 0) := conv_std_logic_vector(str_to_int(SUBVERSION_STRING),16);
    5656        constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"02";
    57         constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"12";
     57        constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"13";
    5858        constant PACKAGE_HEADER_LENGTH : integer := 36;
    5959        constant PACKAGE_HEADER_ZEROS : integer := 0; 
Note: See TracChangeset for help on using the changeset viewer.