mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed bug in EBU.
This commit is contained in:
parent
68aa1434b4
commit
a0c5833d6d
@ -154,7 +154,7 @@ module ebu
|
|||||||
// Controller needs to count beats.
|
// Controller needs to count beats.
|
||||||
flopenr #(4)
|
flopenr #(4)
|
||||||
BeatCountReg(.clk(HCLK),
|
BeatCountReg(.clk(HCLK),
|
||||||
.reset(~HRESETn | CntReset | FinalBeatD),
|
.reset(~HRESETn | CntReset | FinalBeat),
|
||||||
.en(BeatCntEn),
|
.en(BeatCntEn),
|
||||||
.d(NextBeatCount),
|
.d(NextBeatCount),
|
||||||
.q(BeatCount));
|
.q(BeatCount));
|
||||||
|
Loading…
Reference in New Issue
Block a user