-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature/rmii 100M rt #70
Draft
ed-xmos
wants to merge
117
commits into
xmos:develop
Choose a base branch
from
ed-xmos:feature/rmii_100m_rt
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
…rmii_100m_rt * commit '02343159640e8d46ba929d86c8c37cae0e9c45ac': Update test_support hash Use Xsi.get_xsi_tick_freq_hz() in timeout calculation Update tests/helpers.cmake Use custom test_support branch. Remove hardcoded xsi tick freq from tests Hardcode seed to 1 in test_avb_traffic.py. Update changelog and copyright Run tests with or without --seed based on Jenkinsfile parameter Add comments to shaper Renamed test ids in test_rx_queues.py Modified conftest.py to set the seed Added a --seed option to pytest to allow tests to run with a fixed seed Use custom branch for test_support Get test_shaper passing Fixed _max_mbps calculation in DataLimiter.get_ifg(). Increased END_OF_TEST_TIME to avoid test time outs. Re-enabled RGMII 125MHz group a and b tests Port more tests to xs3 architecture Test for xs3 architecture
…on of the self._period
…t into feature/rmii_100m_rt
…t into feature/rmii_100m_rt * 'feature/rmii_100m_rt' of github.com:ed-xmos/lib_ethernet: run rmii_rx (loopback) test with all combinations of tx and rx widths In the MII Clock class, define self._bit_time as a divided down version of the self._period
…AS_REF_CLOCK_COUNT_4b to get 96 bit time IFG
…t into feature/rmii_100m_rt
* feature/rmii_100m_rt: Comment and local test prog buffer size Extend test_tx.py to run rmii configs Added filler threads in test_rmii_tx and test_rmii_rx Simplify preamble check logic 1b rx Don't assum num_rx_bytes in 1b rx Bring rx_1b into inline while(1) select for performance Remove MASTER_RX_CHUNK_TAIL/HEAD macros # Conflicts: # lib_ethernet/src/rmii_master.xc
…t into feature/rmii_100m_rt
* feature/asm_wrap_rx: Tidy only Implement buffer write checking in ASM WIP update ASM Test program self checks Add nop slots into ASM and run at 350MHz
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.
Add RMII (2b data @ 50MHz) version of the RT 100M MAC.