forked from jpietari/mrf-openevr
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Gtwrapper #5
Open
felipet
wants to merge
28
commits into
proposed_master
Choose a base branch
from
gtwrapper
base: proposed_master
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.
Open
Gtwrapper #5
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
Changes: - z7_gtx_evr was generated using the wizard using the parameterization values that were used in MRF's code. The link speed has been modified to fit the ESS deployment. - trasceiver_dc_k7 has been slightly modified to instantiate the new IP and perform the modifications based in the new interface of the IP. [ICSHWI-4769]
Changes: - Some code cleaning - Moved upwards the clock buffer instantiation - Changed the DC module for the new gtx wrapper - Moved the component declaration to the package [ICSHWI-4769]
Changes: - Renamed transceiver_dc_k7.vhd -> transceiver_dc_z7.vhd - Inlcuded transceiver .xci IP as source in ess-openevr IP - Updates to component.xml to reflect all of above [ICSHWI-4769]
[ICSHWI-4609]
Changes: - New package to include signal/constant definitions for the GT wrapper - Packages have been moved to an isolated folder
Gtwrapper
With the IP based structure, compilation using Make is no longer needed. Documentation generation remains.
This header should be used as template to fix the resting files. Changes: - Division lines break the block, leading to undesired result in the generated doc. - Reordered tokens order to improve the final result.
Changes: - Initial register bank added to IP core (AXI4-Lite) - Base address: 0x43c00000 - Master reset register is located at the base address (offset 0x0) [ICSHWI-4769]
Changes: - A reset module has been added to generate a reset pulse compliant with the reset signal restrictions of the GT. - Cleaned the instantiation of the GT wrapper. - Interface change to include the ctrl&reset records. - More cleanup of the old stuff. [ICSHWI-4769]
Interfaces for all the modules in the hierarchy have been modified to include the records. [ICSHWI-4769]
Changed imports to match the new lib name. [ICSHWI-4605]
Changes: - Updated some component interfaces - Moved component definitions to the package file
Changes: - Connect reset signals from register bank to transceiver - Tidy up IP block mask
Changes: - RxDataValid: default high value. - RXUserRdy: tied to vcc. [ICSHWI-4822]
Changes: - Added an input port for a free running debug clock (usefull for sampling rate of the ILA) - Latched resets coming from the AXI clock domain. - Removed old code. [ICSHWI-4822]
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.
Feel free to squash everything in a commit, it's not a big deal to have these as sepparate commits.