-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add converter and hspi packet buffer This allows to have smaller probe number than HSPI bus width. This also allows to run sampling and HSPI at same speed, because otherwise since HSPI has approx 10 bytes overhead (4 bytes header + 2 or 4 bytes CRC + negociation) storage buffer would quickly fill up so we in fact need probe number to be less than HSPI bus width if we want continuous sampling. * Add a testing mode where LA generates dummy values * Retime storage fsm_state CSRStatus with regard to sys clock domain
- Loading branch information
Showing
2 changed files
with
85 additions
and
42 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
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