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
Currently --loopback arguments apply to all tiles. This should be more specific so different loopbacks can be done on different tiles. Something like:
--loopback tile[n] XS1_PORT_XX XS1_PORT_XX
The text was updated successfully, but these errors were encountered:
For reference, xsim uses this format:
--plugin LoopbackPort.dll '-port tile[0] XS1_PORT_16A 16 0 -port tile[0] XS1_PORT_16B 16 0' | grep -
Sorry, something went wrong.
No branches or pull requests
Currently --loopback arguments apply to all tiles. This should be more specific so different loopbacks can be done on different tiles.
Something like:
--loopback tile[n] XS1_PORT_XX XS1_PORT_XX
The text was updated successfully, but these errors were encountered: