Skip to content

Commit

Permalink
Update description of CDC module
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Eggimann committed Jun 8, 2021
1 parent 3f0be22 commit 362b01f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/apb_cdc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 362b01f

Please sign in to comment.