You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added #BUS_SORT to the pin config, which gives us:
Do0[0]
Do1[0]
Do0[1]
Do1[1]
But from looking at the resulting routing, it's not clear to me that this is the how the placer has laid things out. @donn can you confirm if we want the ports interleaved, or all Do0 pins then all Do1 pins etc.
The text was updated successfully, but these errors were encountered:
In the FWIW dept, I think the #BUS_SORT result might be helpful for routing (or more correctly, achieving good placement) from the register files to the execution units in the J-Core processors... I'll give it a try as soon as I get a chance. Suggestion: make interleaved or each bus together a command line option?
The default pin sort order (human) results in strange sorting of ports:
I added
#BUS_SORT
to the pin config, which gives us:But from looking at the resulting routing, it's not clear to me that this is the how the placer has laid things out. @donn can you confirm if we want the ports interleaved, or all Do0 pins then all Do1 pins etc.
The text was updated successfully, but these errors were encountered: