Forum Discussion
Altera_Forum
Honored Contributor
15 years agohelp with 1 to 8 Demux
Hi all, I am tried to write VHDL code for 1 to 8 Demux and that's what i finish with it LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; use ieee.std_logic_unsigned.all; ENTITY Dmux1...
Altera_Forum
Honored Contributor
15 years agoLike I said on EDA board, there are plenty of errors.
its not going to work, because 1. you havent included any libraries for the demuxes to be taken from. 2. Without the library, there is no component declarations. 3. In demux 5, you cannot have spaces in the name. I have no idea if its going to work even when the above are fixed, becaise you havent included the code for the demuxes. Why didnt you try and run it throguh a compiler instead of just pasting code in a post? Now it seems a new error is no compiler.