@@ 69,8 69,10 @@ architecture a1 of ilas_parser_tb is
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
+ (ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
(ILAS, ('1', '0', '0', "01111100"), '0', '0', '0', '0', -1), -- A
(ILAS, ('1', '0', '0', "00011100"), '0', '0', '0', '0', -1), -- R, 1 mult
+ (ILAS, ('1', '0', '0', "10011100"), '0', '0', '0', '0', -1), -- 28.4
(ILAS, ('0', '0', '0', "10101010"), '0', '0', '0', '0', -1), -- DID
(ILAS, ('0', '0', '0', "01111110"), '0', '0', '0', '0', -1), -- ADJCNT,BID
(ILAS, ('0', '0', '0', "01001010"), '0', '0', '0', '0', -1), -- X,ADJDIR,PHADJ,LID
@@ 87,6 89,7 @@ architecture a1 of ilas_parser_tb is
(ILAS, ('0', '0', '0', "00110000"), '0', '0', '0', '0', -1),
(ILAS, ('1', '0', '0', "01111100"), '0', '0', '0', '0', 0), -- A
(ILAS, ('1', '0', '0', "00011100"), '0', '0', '0', '0', 0), -- R
+ (ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', 0),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', 0),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', 0),
@@ 103,6 106,7 @@ architecture a1 of ilas_parser_tb is
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', 0),
(ILAS, ('1', '0', '0', "01111100"), '0', '0', '0', '0', 0), -- A
(ILAS, ('1', '0', '0', "00011100"), '0', '0', '0', '0', 0), -- R, 2 mult
+ (ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', 0),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', 0),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', 0),
@@ 154,6 158,7 @@ architecture a1 of ilas_parser_tb is
(CGS, ('0', '0', '0', "10111100"), '0', '0', '0', '0', -1),
(CGS, ('0', '0', '0', "10111100"), '0', '0', '0', '0', -1),
(ILAS, ('1', '0', '0', "00011100"), '0', '0', '0', '0', -1), -- R, 0 mult
+ (ILAS, ('1', '0', '0', "00011100"), '0', '0', '0', '0', -1), -- R, 0 mult
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
@@ 170,6 175,7 @@ architecture a1 of ilas_parser_tb is
(ILAS, ('0', '0', '0', "00000000"), '0', '0', '0', '0', -1),
(ILAS, ('1', '0', '0', "01111100"), '0', '0', '0', '0', -1), -- A
(ILAS, ('1', '0', '0', "00011100"), '0', '0', '0', '0', -1), -- R, 1 mult
+ (ILAS, ('1', '0', '0', "10011100"), '0', '0', '0', '0', -1), -- 28.4
(ILAS, ('0', '0', '0', "10101010"), '0', '0', '0', '0', -1), -- DID
(ILAS, ('0', '0', '0', "01111110"), '0', '0', '0', '0', -1), -- ADJCNT,BID
(ILAS, ('0', '0', '0', "01001010"), '0', '0', '0', '0', -1), -- X,ADJDIR,PHADJ,LID
@@ 194,7 200,7 @@ architecture a1 of ilas_parser_tb is
constant clk_period : time := 1 ns;
- constant F : integer range 0 to 256 := 16;
+ constant F : integer range 0 to 256 := 17;
signal clk : std_logic := '0';
signal reset : std_logic := '0';