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. 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
The text was updated successfully, but these errors were encountered:
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.
Originally reported on Google Code with ID 25
Reported by
JasonKaiLuu
on 2012-05-11 15:14:49The text was updated successfully, but these errors were encountered: