We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
new command line argument
--show_resource_usage {on, off}
runs vpr to print available device resources, example of output :
FPGA sized to 3 x 3: 9 grid tiles (auto) Resource usage for device layout auto... Architecture 32 blocks of type: io Architecture 1 blocks of type: clb Architecture 0 blocks of type: dsp
and than exit normally. Note: this report is already printed as regular vpr flow, Note: we want keep this format
new command line argument and api entry to show available resource and exit
The text was updated successfully, but these errors were encountered:
w0lek
No branches or pull requests
Proposed Behaviour
new command line argument
runs vpr to print available device resources,
example of output :
and than exit normally.
Note: this report is already printed as regular vpr flow, Note: we want keep this format
Possible Solution
new command line argument and api entry to show available resource and exit
The text was updated successfully, but these errors were encountered: