Altera_Forum
Honored Contributor
13 years agoShift operator
Hi, I have a question regarding the shift operation in the below piece of code : CODE : always @(mem_addr) begin op_mem_addr = mem_addr; x = 1 << mem_addr; end OUTPUT:...