-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Manuel Eggimann
committed
Jun 8, 2021
1 parent
3f0be22
commit 362b01f
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,8 @@ | |
|
||
// APB Clock Domain Crossing | ||
// Author: Manuel Eggimann <[email protected]> | ||
// Description: This module exposes a number of registers on an APB interface. | ||
// It responds to not mapped accesses with a slave error. | ||
// Some of the registers can be configured to be read only. | ||
// Description: A clock domain crossing module on an APB interface. The module uses gray-counting | ||
// CDC FIFOS in both directions to synchronize source side with destination side. | ||
// Parameters: | ||
// - `LogDepth`: Depth of the FIFO crossing the clock domain | ||
// - `req_t`: APB4 request struct. See macro definition in `include/typedef.svh` | ||
|