Verilog- Operator, operand, expression and control - презентация
Содержание
- 2. Contents Expression Operand Operator Bitwise and reduction operators Concatenation and replication
- 3. Verilog expression Verilog expression combines operands with operators to produce a
- 4. Verilog operand signed and unsigned constant An integer with no base
- 5. Verilog operator (1/2)
- 6. Verilog operator (2/2) Logical operators: &&, ||, ! Result in one
- 7. Bit-wise and reduction operators
- 8. Concatenation and replication example ‘code/verilog/expression/replicate’ example.
- 9. Sign example (1/2) ‘code/verilog/expression/sign’ example.
- 10. Sign example (2/2) ‘code/verilog/expression/sign’ example.
- 11. Shift example ‘code/verilog/expression/shift’ example.
- 12. Expression bit-length The Verilog uses the bit length of the operands
- 13. Bit-length example ‘code/verilog/expression/bitlength’ example.
- 14. Bit-length example
- 15. Conditional statement: if-else/if-else-if The conditional statement (if-else or if-else-if statement) is
- 16. Case statement The case statement is a multiway decision statement that
- 17. Looping statements forever Continuously executes a statement. repeat Executes a statement
- 18. Forever example ‘code/verilog/expression/forever’ example.
- 19. Repeat example ‘code/verilog/expression/repeat’ example.
- 20. While example ‘code/verilog/expression/while’ example.
- 21. For example ‘code/verilog/expression/for’ example.
- 22. Скачать презентацию
Слайды и текст этой презентации
Скачать презентацию на тему Verilog- Operator, operand, expression and control - можно ниже: