Changeset 11757 for firmware/FAD/FACT_FAD_lib/hdl/fad_definitions.vhd
- Timestamp:
- 08/03/11 18:14:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FAD/FACT_FAD_lib/hdl/fad_definitions.vhd
r11755 r11757 55 55 --constant SUBVERSION_NUMBER : std_logic_vector (15 downto 0) := conv_std_logic_vector(str_to_int(SUBVERSION_STRING),16); 56 56 constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"02"; 57 constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"1 2";57 constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"13"; 58 58 constant PACKAGE_HEADER_LENGTH : integer := 36; 59 59 constant PACKAGE_HEADER_ZEROS : integer := 0;
Note:
See TracChangeset
for help on using the changeset viewer.