Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the operators in verilog

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article is about what operators are in verilog. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

The operation operators in verilog are as follows:

1, arithmetic operator; 2, relational operator

3, equality operator; 4, logical operator

5, bitwise operator; 6, reduction operator

7, shift operator; 8, conditional operator

9, join operator; 10, assignment operator

The following is described in detail:

1, arithmetic operator

Add (+)

Minus (-)

Multiply (*)

Except (/)

Find the module (%)

2, relational operator

Greater than (>)

Less than (=)

Less than or equal to (> "

8, conditional operator

The conditional lookup operation chooses to execute the expression based on the value of the conditional expression, in the following form:

Con_expr? Expr1:expr2

Where con_expr is a conditional expression and his result is true or false; expr1,expr2 is the execution expression to be selected. When con_expr is true, choose to execute expr1, otherwise choose to execute expr2.

9, join operator

The concatenation operator concatenates two or more small expressions separated by "," in curly braces "{}" to form a large expression.

10, assignment operator

Blocking assignment operator "="

Non-blocking assignment operator "

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report