Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- If you just need to maintain the output, you can just use a counter. After the output you want to maintain is generated, set the counter to the number of clock cycles you want to hold your value, and decrement it by one on each cycle. When it reaches zero, stop maintaining the value. --- Quote End --- Tq mr daixiwen