Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- All initial states of variables in Altera FPGA devices after power up are set to 'zero' logic. --- Quote End --- but i uesd "counting <= 11'd1" to replace "counting <= 11'd0" after power on, Counting is actually equal to 1, why?