Fixed bug in EBU.

This commit is contained in:
Ross Thompson 2022-10-05 14:51:12 -05:00
parent 68aa1434b4
commit a0c5833d6d

View File

@ -154,7 +154,7 @@ module ebu
// Controller needs to count beats.
flopenr #(4)
BeatCountReg(.clk(HCLK),
.reset(~HRESETn | CntReset | FinalBeatD),
.reset(~HRESETn | CntReset | FinalBeat),
.en(BeatCntEn),
.d(NextBeatCount),
.q(BeatCount));