-
Notifications
You must be signed in to change notification settings - Fork 401
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
Splitting pin locations for a tile with capacity >1 #2154
Comments
@kmurray @tangxifan : I think we can't specify this syntax right now. @ganeshgore wants to connect different IO pins to different routing channels within this group of 22 in a tile. |
@vaughnbetz I think
Since @ganeshgore needs the feature currently when using OpenFPGA, my plan is to
Let me know what you think. |
Thanks @tangxifan . That makes sense and I think this is a good feature. |
The issues is addressed in OpenFPGA's VPR: lnis-uofu/OpenFPGA#775 I have added the codes to the feature branch |
In the architecture I am working with, the grid_io is modeled as follows.
In this particular layout, the IOs are placed in the grid instead of periphery.
How can I split the
a2f_o
output pin locations to the left, right, and bottom?a2f_o signal is single bit, so something like io_top.a2f_o[0:2] does not work
IO_TILE
Expected Behaviour
Options to declare pin locations when
Current Behaviour
I tried io_top.a2f_o[0:2] which give me this error
and for io_top[0:2].a2f_o i get following error
Possible Solution
Steps to Reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: