-
Notifications
You must be signed in to change notification settings - Fork 559
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
Minimizing base platform + Adding 1 extra clock + Adding vadd streaming kernels + Some optimisations #205
Merged
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
kernels: Adding mm2s_vadd_mm -> vadd_mm -> s2mm_vadd_mm as streaming example (HLS - 333MHz) vitis: Adding system.cfg as dependency for the linker Added "make clean_vitis" to only clean everything after the SW-platform ps_apps: Added vadd_mm to test the vadd streaming example Used the kernel ID's in all ps_apps
Renaming vadd to vadd_mm as it is a memory mapped kernel
It's a big change. Please make sure you run validation properly. |
imrickysu
pushed a commit
that referenced
this pull request
May 6, 2022
* Updating blacklist to blocklist and whitelist to allowlist in description.json * Updating version TO 2022.1 * Updating README * Updated link stage generated file to .xsa instead of .xclbin for 2022 Co-authored-by: virata <[email protected]>
imrickysu
pushed a commit
that referenced
this pull request
Nov 3, 2022
* Updating blacklist to blocklist and whitelist to allowlist in description.json * Updating version TO 2022.1 * Updating README * Updated link stage generated file to .xsa instead of .xclbin for 2022 Co-authored-by: virata <[email protected]>
CRTejaswi
pushed a commit
to CRTejaswi/amd-vitis
that referenced
this pull request
Oct 3, 2023
da5892c Merge pull request Xilinx#205 from liyuanz/next 8395806 update 0220993 Merge pull request Xilinx#204 from liyuanz/next 0e2f53a update Co-authored-by: sdausr <[email protected]>
CRTejaswi
pushed a commit
to CRTejaswi/amd-vitis
that referenced
this pull request
Oct 3, 2023
f56d576 Merge pull request Xilinx#211 from liyuanz/next 5d02d08 update dce4149 Merge pull request Xilinx#209 from liyuanz/next b595b3a add mem af6531b Merge pull request Xilinx#207 from liyuanz/next ed264ff Merge pull request Xilinx#208 from changg/fix_meta 769b40b fix L1 meta 556b186 delete a65f082 update bee5349 add mem e99a40d Merge pull request Xilinx#206 from liyuanz/next a3705bf add mem 21d6839 Merge pull request Xilinx#204 from changg/pr_202 7c6ba95 update 359c062 Merge pull request Xilinx#205 from changg/add_mem 730ecfb add mem and time 4c645dd update bb62d88 update makefile 24fba4d change 2022.2_stable_latest to 2023.1_stable_latest Co-authored-by: sdausr <[email protected]>
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.
platform:
-> Vitis nicely adds and changes IP and connections as required depending on the added kernels and their respective clocks and resets
-> id=0 -> clk_out1_o1 -> 500MHz
-> id=1 -> clk_out1_o2 -> 250MHz
-> id=2 -> clk_out1_o3 -> 125MHz
-> id=3 -> clk_out1_o4 -> 62.5MHz
-> id=4 -> clk_out2 -> 333MHz
ip:
ps_apps:
vitis:
general: