Re: simple circuit not working.... VHDL
Thanks guys this helped - yeah i didnt think about doing it like ads-ee method - think i too have been stuck in the verilog world too long. I do normally use the direct indexed approach but only with bits and not bit_vectors/busses. I too thought that despite the strong type of VHDL that you could still manipulate all objects and that the compiler would unroll the bounded for loop, thats why i started the loop at one and not zero, but i guess this isnt' the case with for loops. Thought i was gong mad do appreciate your time, and the subtle gotcha with the for-loop. Thanks again.