Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Either you have no register assigned in the path to pin, or your assignment is misplaced or you are using a DDRIO which by default uses io register.
- Altera_Forum
Honored Contributor
--- Quote Start --- Either you have no register assigned in the path to pin --- Quote End --- I have the same problem because of no register assigned in the datapath to output pins. Please remind me, what kind of register is meant to be used in this case for synchronous design? LPM_DFF, LPM_FF, LPM_TFF or LPM_LATCH ? - Altera_Forum
Honored Contributor
--- Quote Start --- I have the same problem because of no register assigned in the datapath to output pins. Please remind me, what kind of register is meant to be used in this case for synchronous design? LPM_DFF, LPM_FF, LPM_TFF or LPM_LATCH ? --- Quote End --- LPM_DFF. or just use assignment on clock edge and that should infer a D register.