I tried to solve this code but ı couldn't deal with it drawing the logic circuit and create a truth table for a 3-to-8 decoder with enable on vhdl.in the normal situation,it runs but ı could not add std_logic_vector and enable,how can ı do this ?
.ı could not add std_logic_vector and enable
First, VHDL is a description language and is not drawn.
- I want to draw the logic circuit and create a truth table for a 3-to-8 decoder with ENABLE on Vhdl.
- Using ONLY concurrent statements (signal assignments), write a VHDL code for a 3-to-8 decoder with ENABLE. I need to use only of std_logic_vector type for input and output.
- There are usually 8 tests to perform with enable set to ‘1’. Iwant to add 2 more tests with enable set to ‘0’
- Using Selected Signal Assignments (SSA), I want to write another VHDL code for a 3-to-8 decoder without ENABLE.
- Create an UCF file for testing.
- it is what I mean: