Changeset 10970


Ignore:
Timestamp:
06/10/11 08:38:56 (13 years ago)
Author:
neise
Message:
new version 0x0200
File:
1 edited

Legend:

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

    r10957 r10970  
    5656        --constant SUBVERSION_STRING : string := SUBVERSION_LONGSTRING(7 to 25); -- cut off starting "$Rev$:: " and trailing "$"
    5757        --constant SUBVERSION_NUMBER : std_logic_vector (15 downto 0) := conv_std_logic_vector(str_to_int(SUBVERSION_STRING),16);
    58         constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"01";
    59         constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"0F";
     58        constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"02";
     59        constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"00";
    6060        constant PACKAGE_HEADER_LENGTH : integer := 36;
    6161        constant PACKAGE_HEADER_ZEROS : integer := 0; 
Note: See TracChangeset for help on using the changeset viewer.