Kris4
New Contributor
3 years agoVHDL - logical block
Hi,
I have a very basic question as I'm only beggining to programm in VHDL in quartus. My problem is :
-how to create a logical block in vhdl that has one 6-bit input and 6 outputs (0 or 1) . Before a logical block there is a 6- bit counter and the block has to compare the actual value on input for example "00100" and show either 0 or 1 on the outputs . I want to assign from the top values of the outputs , so if input="00100", outputs : a="0", b="0", c="1", d="0", e="0".
Thanks for reading ,
Kris