electronrancher
Advanced Member level 1
- Joined
- Mar 24, 2002
- Messages
- 447
- Helped
- 46
- Reputation
- 92
- Reaction score
- 11
- Trophy points
- 1,298
- Activity points
- 6,935
Hi,
Might be a dumb question, but I'd appreciate a serious answer nonetheless. I built a fifo in coregen (FWFT) of depth 16 and latched 1 word of data to it. I found that I had to read out 00's 15 times before I saw my data word. This seems... wrong. Is it? I was expecting to get my first word on the first read, not have to shift through a bunch of garbage before I got my data.
Might be a dumb question, but I'd appreciate a serious answer nonetheless. I built a fifo in coregen (FWFT) of depth 16 and latched 1 word of data to it. I found that I had to read out 00's 15 times before I saw my data word. This seems... wrong. Is it? I was expecting to get my first word on the first read, not have to shift through a bunch of garbage before I got my data.