-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a new testbench for checking the SPI Engine Sleep and Chip Select Instruction delays #49
Merged
LBFFilho
merged 9 commits into
analogdevicesinc:main
from
LBFFilho:spi_engine_instruction_fix
Oct 30, 2023
Merged
Added a new testbench for checking the SPI Engine Sleep and Chip Select Instruction delays #49
LBFFilho
merged 9 commits into
analogdevicesinc:main
from
LBFFilho:spi_engine_instruction_fix
Oct 30, 2023
Conversation
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
Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
…eep duration Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
Both of these tests test related features, which are implemented in a related way on the DUT. The tests were kept separate from the default ones since they are specific to this functionality. Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
Changed comments on test_sleep_delay.sv for accuracy. Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
gastmaier
requested changes
Oct 18, 2023
- Removed unnecessary whitespace - Created a .svh header file with SPI Engine registers, now used by both tests - Used sleep macro to the sleep test task parametrization more legible - Removed excessive nesting on pass/fail conditions - Removed unneeded comments Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
gastmaier
approved these changes
Oct 20, 2023
Squash and merge when analogdevicesinc/hdl#1200 gets approved too |
…s for command FIFO Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
gastmaier
requested changes
Oct 23, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is not configuring the offload module anymore, update comment.
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
gastmaier
approved these changes
Oct 24, 2023
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR creates a separate test, which was used on creating this other PR to the hdl repo. The aim of these PRs is to address some incosistencies with the sleep and delay behaviors on the Sleep and Chip Select instructions. To run the tests, simply cd to the testbenches/pulsar_adc_pmdz directory, and run:
make TST=sleep_delay_test
For more information about the specifig bug fixes, please look at the PR on the hdl repository:
SPI Engine: Fixed delay behaviour on Chip-Select and Sleep instructions