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
With the ongoing effort on adding the FPGA interchange support to VPR, some additional data would be required in the device resources (VTR docs) around the BEL pins, specifically about whether they are clock-related.
Possibly there would be an additional enum or a union added here to specify whether the bel pin is clock-related.
It might be possible to indirectly get this information from the wire type, following the routing connection from/to the BEL pin and, if a wire appears to be corresponding to the global clock network, than the connected BEL pins would be labeled as clock pins. In general, having an explicit attribute would simplify handling this information
The text was updated successfully, but these errors were encountered:
With the ongoing effort on adding the FPGA interchange support to VPR, some additional data would be required in the device resources (VTR docs) around the BEL pins, specifically about whether they are clock-related.
Possibly there would be an additional enum or a union added here to specify whether the bel pin is clock-related.
It might be possible to indirectly get this information from the wire type, following the routing connection from/to the BEL pin and, if a wire appears to be corresponding to the global clock network, than the connected BEL pins would be labeled as clock pins. In general, having an explicit attribute would simplify handling this information
The text was updated successfully, but these errors were encountered: