hithesh123
Full Member level 6
- Joined
- Nov 21, 2009
- Messages
- 324
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- lax
- Activity points
- 3,548
I have an external clock, based on its falling edge I have to clock-in data (16 bits).
After clocking in 8 bits, based on the data value, the subsequent 8 bits have to be stored in different registers.
Can I clock-in all 16bits at the same time or should I do 8bits and then remaining 8.
In a process already using rising_edge, how do I clock-in the data based on falling edge of external clock.
After clocking in 8 bits, based on the data value, the subsequent 8 bits have to be stored in different registers.
Can I clock-in all 16bits at the same time or should I do 8bits and then remaining 8.
In a process already using rising_edge, how do I clock-in the data based on falling edge of external clock.