Skip to content

Error in delay when LUT operates as wire #18

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 · 2 comments
Closed

Error in delay when LUT operates as wire #18

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

Comments

@kmurray
Copy link
Contributor

kmurray commented Jun 26, 2015

Originally reported on Google Code with ID 25

What steps will reproduce the problem?
1. Create a shift register
2. Observe delays between shift registers
3. LUT delay missing

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Reported by JasonKaiLuu on 2012-05-11 15:14:49

@kmurray
Copy link
Contributor Author

kmurray commented Jun 26, 2015

Reported by JasonKaiLuu on 2012-06-04 21:51:28

  • Labels added: Module-VPR

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

kmurray commented Jun 26, 2015

Just a matter of copying over whatever delay annotations the user put in for the LUT
over to the wire.  

This brings up an interesting point.  A LUT typically has different delays based on
which input is used.  The fastest LUT input can be a few times faster than the slowest
LUT input.  So I should transition the current breadth hop router to a min delay router
to take advantage of this effect when the LUT is operating as a wire.  We need to do
something about LUT input swapping for the normal LUT case.

Reported by JasonKaiLuu on 2012-06-05 19:21:54

  • 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