Suppression of Vitis_hls and Vivado outputs during build. #1252
henripetrow
started this conversation in
Ideas
Replies: 1 comment
-
#!/bin/bash
/path/to/vitis/install/dir/bin/vitis_hls "$@" > /dev/null save as file, add to your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to find a way suppress the vitis_hls and vivado printouts while building the model. My code is running lots of builds and the outputs are cluttering the view. Is there some way of hiding the outputs or would it be possible to add such a functionality?
Something like adding "> /dev/null" to the end of the build os.system() -call
Cheers,
-Henri
Beta Was this translation helpful? Give feedback.
All reactions