HDL (Verilog) Flashcards

1
Q

Structural description

A

Textual replacement for schematic

Hierarchical composition of modules from primitives

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Bahavioural description

A

Describe what module does, not how

Synthesis genetates circuit for module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Bitwise NOT

A

~a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bitwise AND

A

a & b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bitwise OR

A

a | b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Bitwise XOR

A

a ^ b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Bitwise XNOR

A

a ~^ B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

~a

A

Bitwise NOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

a & b

A

Bitwise AND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

a | b

A

Bitwise OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

a ^ b

A

Bitwise XOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

a ~^ B

A

Bitwise XNOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly