Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
thatweaver committed Feb 28, 2024
1 parent 5246520 commit f8eb8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppTop/rtl/xcku060/AppTop.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ begin
rxAxisCtrlArr_i(2) => obAppWaveformSlaves(i)(2).ctrl,
rxAxisCtrlArr_i(3) => obAppWaveformSlaves(i)(3).ctrl);

dataValids(i) <= daqValids(i)(9 downto 7) & adcValids(9 downto 7) &
dataValids(i) <= dacValids(i)(9 downto 7) & adcValids(9 downto 7) &
debugValids(i) &
dacValids(i)(6 downto 0) & adcValids(i)(6 downto 0);
linkReady(i) <= x"F" & dacValids(i) & adcValids(i);
Expand Down

0 comments on commit f8eb8a1

Please sign in to comment.