Altera_Forum
Honored Contributor
15 years agoSimple Question
Hi all,
I am new to VHDL, I have a question, I saw the code with this line a <= X "FF" ; Why they put X" " in front of FF, what's difference with the normal assign operator a <= FF; Thanks