Verilog 運算符

Verilog 運算 1.     Arithmetic Operators(算術運算): + - * / % Attention: 5%2=1; 5%-2=1; -5%2=-1; -5%-2=-1; (只與前面的數符號有關) 2.     Bitwise Operators(位運算符): ~(invert),  &(AND),  | (OR) , ^ (Exclusive OR),,~^ ^~
相關文章
相關標籤/搜索