Operators - 2023.2 English

Vivado Design Suite User Guide: Synthesis (UG901)

Document ID
UG901
Release Date
2023-11-01
Version
2023.2 English

Vivado synthesis supports the following SystemVerilog operators:

  • Assignment operators (=, +=, -=, *=, /=, %=, &=, |=, ^=, <<=, >>=, <<<=, >>>=)
  • Unary operators (+, -, !, ~, &, ~&, |, ~|, ^, ~^, ^~)
  • Increment/decrement operators (++, --)
  • Binary operators (+, -, *, /, %, ==, ~=, ===, ~==, &&, ||, **, <, <=, >, >=, &, |, ^, ^~, ~^, >>, <<, >>>, <<<)
Note: A**B is supported if A is a power of 2 or B is a constant.
  • Conditional operator (? :)
  • Concatenation operator ({...})