Problem with SLL: "sll can not have such operands in this context" and bit-testing

Jun 30, 2006 0 Replies

I've defined this signals:



signal accu : std_logic_vector(31 downto 0) := (others => '0'); signal data : integer range 0 to 255 := 0;



Within a process, which is triggered with like this:



if clk'event and clk = '0' then



I try to shift the accu (I'm trying to build a CPU) :



accu


Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required