10000 Automation to create base PDI · Issue #2 · Xilinx/SLASH · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Automation to create base PDI #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

Open
quetric opened this issue May 14, 2025 · 2 comments
Open

Automation to create base PDI #2

quetric opened this issue May 14, 2025 · 2 comments
Assignees

Comments

@quetric
Copy link
Collaborator
quetric commented May 14, 2025

Create automation to build a base (unconstrained) boot PDI to act as base for segmented reconfiguration

@hpc-aulmamei hpc-aulmamei self-assigned this May 14, 2025
@hpc-aulmamei
Copy link
Collaborator
hpc-aulmamei commented May 29, 2025

Solved this task by last commit to main. Closing this issue.

@quetric
Copy link
Collaborator Author
quetric commented Jun 2, 2025

Reopening because base PDI build fails as follows on dev branch on Ubuntu 24.04 (g++ 13.3.0

First, linker build fails:
[ 38%] Building CXX object CMakeFiles/v80++-linker.dir/src/sw_emu/arg.cpp.o In file included from /scratch/users/lucianp/SLASH/deploy/base_pdi/deploy_project_compute/build/v80-vitis-flow/src/sw_emu/arg.cpp:21: /scratch/users/lucianp/SLASH/deploy/base_pdi/deploy_project_compute/build/v80-vitis-flow/include/sw_emu/arg.hpp:35:5: error: 'uint32_t' does not name a type 35 | uint32_t index; ///< Index position of the argument in the kernel signature | ^~~~~~~~ /scratch/users/lucianp/SLASH/deploy/base_pdi/deploy_project_compute/build/v80-vitis-flow/include/sw_emu/arg.hpp:25:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 24 | #include <string> +++ |+#include <cstdint>
If I include cstdint as suggested by the compiler, the build_pre.tcl that gets generated by the linker is incorrect - it is missing the closing bracket in the footer which suggests to me that the footer insertion never happens which might be because of a failure in the segmented config related TCL generation.

@quetric quetric reopened this Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0