Altera_Forum
Honored Contributor
17 years agoHow to hold data in a register
Hi all!
It's probably a naive question but i came from microcontroller's world. When i write: DATA_BUF <= DATA_BUS when (some condition) So if DATA_BUS = 10 and after 5 sec it is 20 , DATA_BUF changes its value accordingly. How can i hold the previous vale in DATA_BUF?