Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I guess ECC is referring to elliptical curves cryptography? To add some more guesses about the problems showing up: The said LUT to register relation indicates that you are implementing very complex LE chains without breaking them by pipeline registers. This suggests huge logic delays and low effective design speed. Looks like an approach to implement an algorithm fully parallel that should be better realized in a partly sequential manner. --- Quote End --- yes it elliptical curve crypto. yea, i intend to do a pure combinatorial circuit without any pipelinining. seems like it's not an effecient design. alright, i will try to change it to partly sequential. thanks for the advice