I am to create an entity "counter" that has three clocks(clk1, clk2, clk3) to generate a truth table consisting of all eight exhaustive binary values for the three signals. Assume clk1 is the least significant bit and clk3 is the most significant of a truth table.
-Can someone help me to determine what i should do next please ? I am very new to VHDL and in need of guidance.
________________________________________________________
ENTITY counter IS
END counter;
ARCHITECTURE behavioral OF counter IS
SIGNAL clk1, clk2, clk3: BIT;
-Can someone help me to determine what i should do next please ? I am very new to VHDL and in need of guidance.
________________________________________________________
ENTITY counter IS
END counter;
ARCHITECTURE behavioral OF counter IS
SIGNAL clk1, clk2, clk3: BIT;