forked from Github_Repos/cvw
Fixed bug in EBU.
This commit is contained in:
parent
68aa1434b4
commit
a0c5833d6d
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user