Skip to content

VPR clustering - asserts with certain architecture #16

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

Closed
kmurray opened this issue Jun 26, 2015 · 4 comments
Closed

VPR clustering - asserts with certain architecture #16

kmurray opened this issue Jun 26, 2015 · 4 comments
Assignees

Comments

@kmurray
Copy link
Contributor

kmurray commented Jun 26, 2015

Originally reported on Google Code with ID 23

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


- _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)_
@kmurray
Copy link
Contributor Author

kmurray commented Jun 26, 2015

Known problem from the latest change towards smarter packing.  Debugging it at high
priority.

Reported by JasonKaiLuu on 2012-05-09 20:27:15

@kmurray
Copy link
Contributor Author

kmurray commented Jun 26, 2015

Reported by JasonKaiLuu on 2012-05-09 20:28:48

  • Status changed: Accepted

@kmurray kmurray self-assigned this Jun 26, 2015
@kmurray
Copy link
Contributor Author

kmurray commented Jun 26, 2015

Reported by jeffrey.goeders on 2012-05-10 16:15:48

  • Labels added: Priority-High

@kmurray
Copy link
Contributor Author

kmurray commented Jun 26, 2015

Reported by JasonKaiLuu on 2012-05-10 20:24:49

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant