Skip to content

Commit ebf00c0

Browse files
committed
fix sif symbol
1 parent dc3f7dd commit ebf00c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg_data_link.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ package data_link_lib is
7979
constant C_SDF_SYMB : std_logic_vector(07 downto 00) := x"50"; --! D16.2
8080
constant C_FULL_SYMB : std_logic_vector(07 downto 00) := x"6F"; --! D15.3
8181
constant C_RETRY_SYMB : std_logic_vector(07 downto 00) := x"87"; --! D7.4
82-
constant C_SIF_SYMB : std_logic_vector(07 downto 00) := x"84"; --! D4.2 SIF
82+
constant C_SIF_SYMB : std_logic_vector(07 downto 00) := x"44"; --! D4.2 SIF
8383
constant C_ACK_SYMB : std_logic_vector(07 downto 00) := x"A2"; --! D2.5
8484
constant C_RESERVED_SYMB : std_logic_vector(07 downto 00) := x"00"; --! D0.0
8585
-- DATA-LINK CONTROL WORDS

0 commit comments

Comments
 (0)