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
What steps will reproduce the problem?
1. Run vpr with attached arch & circuit.
What is the expected output? What do you see instead?
The code asserts in cluster_legality.c:198:
if (curr_ext_input > ext_output_rr_node_index
|| curr_ext_output > ext_clock_rr_node_index
|| curr_ext_clock > max_ext_index) {
/* failed, not enough pins of proper type, overran index */
assert(0);
}
This could be an issue with the architecture file; however, it is fine as far as I
can tell.
Reported by jeffrey.goeders on 2012-05-08 19:15:08
Originally reported on Google Code with ID 23
Reported by
jeffrey.goeders
on 2012-05-08 19:15:08- _Attachment: [k6_N10_modes1_ff1.xml](https://storage.googleapis.com/google-code-attachments/vtr-verilog-to-routing/issue-23/comment-0/k6_N10_modes1_ff1.xml)_ - _Attachment: [boundtop.pre-vpr.blif](https://storage.googleapis.com/google-code-attachments/vtr-verilog-to-routing/issue-23/comment-0/boundtop.pre-vpr.blif)_
The text was updated successfully, but these errors were encountered: