Skip to content

Commit 6c0f17f

Browse files
authored
Increment Version Number for aes-stream-driver to case on for this new wrTimout reigster
1 parent 9fa5c54 commit 6c0f17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axi/dma/rtl/v2/AxiStreamDmaV2Desc.vhd

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ begin
435435
axiSlaveRegister(regCon, x"000", 0, v.enable);
436436
axiSlaveRegisterR(regCon, x"000", 8, r.enableCnt); -- Count the number of times enable transitions from 0->1
437437
axiSlaveRegisterR(regCon, x"000", 16, '1'); -- Legacy DESC_128_EN_C constant (always 0x1 now)
438-
axiSlaveRegisterR(regCon, x"000", 24, toSlv(4, 8)); -- Version Number for aes-stream-driver to case on
438+
axiSlaveRegisterR(regCon, x"000", 24, toSlv(5, 8)); -- Version Number for aes-stream-driver to case on
439439
axiSlaveRegister(regCon, x"004", 0, v.intEnable);
440440
axiSlaveRegister(regCon, x"008", 0, v.contEn);
441441
axiSlaveRegister(regCon, x"00C", 0, v.dropEn);

0 commit comments

Comments
 (0)