Bitwise Operators verilog

<< and >> are shift operators, x << y means x is to the left according to bit y bits. Example, x = 1100 1010, y = 2 then x << y = 1100 1010 00.

Published 452 original articles · won praise 271 · views 730 000 +

Guess you like

Origin blog.csdn.net/qq_35608277/article/details/104986079