Overview of Digital Design with Verilog HDL Flashcards

Overview of Digital Design with Verilog HDL

1
Q

Earliest digital circuits were designed with ____

A

vacuum tubes and transistors

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

logic gates were placed on a ____

Era of Integrated Circuits (ICs)

A

single chip

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

How many gates are in Small Scale Integration (SSI)?

A

fewer than 12 gates

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

How many gates are in Medium Scale Integration (MSI)?

A

12 to 99 gates

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

How many gates are in Large Scale Integration (LSI)?

A

100 to 9,999 gates

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

design processes started getting very ____

Era of Integrated Circuits (ICs)

A

complicated

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

designers felt the need to ____ the process

Era of Integrated Circuits (ICs)

A

automate

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

____ began to evolve

Era of Integrated Circuits (ICs)

A

Computer-Aided Digital Designs

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

How many gates are in Very Large Scale Integration (VLSI)?

A

10,000 to 99,999 gates

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

How many gates are in Ultra Large Scale Integration (ULSI)?

A

100,000 to 999,999 gates

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

it was ____ these circuits on a breadboard

Era of Integrated Circuits (ICs)

A

not possible to verify

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

computer-aided techniques became critical for ____ of VLSI digital circuits

Era of Integrated Circuits (ICs)

A

verification and design

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

____ of circuit layouts also became popular

Era of Integrated Circuits (ICs)

A

automatic placement and routing

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

____ came into existence to verify the functionality of these circuits before they were fabricated on a chip

A

Logic simulators

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

FORTRAN, Pascal, and C are ____ in nature

A

sequential

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

designers felt the need for a ____, thus
Hardware Description Language (HDL)

Emergence of HDLs

A

standard language to describe digital circuits

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

HDLs allow designers to model ____

Emergence of HDLs

A

concurrency of hardware elements

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

____ became popular

Emergence of HDLs

A

Verilog HDL and VHDL

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

Verilog HDL originated in 1983 at ____

A

Gateway Design Automation

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

VHDL was developed under ____

A

DARPA

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

a very verbose language

VHDL or Verilog HDL

A

VHDL

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

strongly-typed

VHDL or Verilog HDL

A

VHDL

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

similar to Ada or Pascal

VHDL or Verilog HDL

A

VHDL

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

more compact (less code)

VHDL or Verilog HDL

A

Verilog HDL

25
weakly-typed | VHDL or Verilog HDL
Verilog HDL
26
similar to C | VHDL or Verilog HDL
Verilog HDL
27
Even though HDLs were popular for logic verification, designers had to ____ with interconnections between gates | Emergence of HDLs
manually translate the HDL-based design into a schematic circuit
28
The advent of ____ in the late 1980s changed the design methodology radically | Emergence of HDLs
logic synthesis
29
Digital circuits could be described at a ____ | Emergence of HDLs
register transfer level (RTL)
30
HDLs also began to be used for ____ e.g., FPGAs, ASICs, PALs | Emergence of HDLs
system-level design
31
# Levels of Design 1. ____ 2. Behavioral Description 3. RTL Description (HDL) 4. Gate level Netlist 5. Physical Layout | Typical Design Flow (VLSI IC circuits)
Design Specification
32
# Levels of Design 1. Design Specification 2. ____ 3. RTL Description (HDL) 4. Gate level Netlist 5. Physical Layout | Typical Design Flow (VLSI IC circuits)
Behavioral Description
33
# Levels of Design 1. Design Specification 2. Behavioral Description 3. ____ 4. Gate level Netlist 5. Physical Layout | Typical Design Flow (VLSI IC circuits)
RTL Description (HDL)
34
# Levels of Design 1. Design Specification 2. Behavioral Description 3. RTL Description (HDL) 4. ____ 5. Physical Layout | Typical Design Flow (VLSI IC circuits)
Gate level Netlist
35
# Levels of Design 1. Design Specification 2. Behavioral Description 3. RTL Description (HDL) 4. Gate level Netlist 5. ____ | Typical Design Flow (VLSI IC circuits)
Physical Layout
36
____ describe abstractly the functionality, interface, and overall architecture of the digital circuit | Typical Design Flow (VLSI IC circuits)
Specifications
37
A ____ is created to analyze the design in terms of functionality, performance, compliance to standards, and other high-level issues | Typical Design Flow (VLSI IC circuits)
behavioral description
38
The behavioral description is manually converted to an ____ in an HDL. | Typical Design Flow (VLSI IC circuits)
RTL description
39
the design process is done with the assistance of ____ | Typical Design Flow (VLSI IC circuits)
Computer-Aided Design (CAD) tools
40
____ tools convert the RTL description to a gate-level netlist. | Typical Design Flow (VLSI IC circuits)
Logic synthesis
41
A ____ is a description of the circuit in terms of gates and connections between them | Typical Design Flow (VLSI IC circuits)
gate level netlist
42
The gate-level netlist is input to an ____, which creates a layout | Typical Design Flow (VLSI IC circuits)
Automatic Place and Route tool
43
The layout is ____ | Typical Design Flow (VLSI IC circuits)
verified and then fabricated on chip
44
most digital design activity is concentrated on ____ of the circuit | Typical Design Flow (VLSI IC circuits)
manually optimizing the RTL description
45
____ tools have begun to emerge recently | Typical Design Flow (VLSI IC circuits)
behavioral synthesis
46
it is important to note that although CAD tools are available to automate the processes and cut design cycle times, ____ | Typical Design Flow (VLSI IC circuits)
the designer is still the person who controls how the tool will perform
47
Designs can be described at a very ____ | Importance of HDLs
abstract level
48
____ of the design can be done ____ in the design cycle | Importance of HDLs
Functional verification; early
49
Designing with HDLs is analogous to ____. This provides a ____ , compared to gate level schematics. Gate-level schematics are almost incomprehensible for very complex designs. | Importance of HDLs
computer programming; concise representation of the design
50
____ has evolved as a standard hardware description language
Verilog HDL
51
Verilog HDL is a ____ hardware description language
general-purpose
52
Verilog HDL allows ____
different levels of abstraction
53
____ support Verilog HDL
Most popular logic synthesis tools
54
All fabrication vendors provide ____ for postlogic synthesis simulation
Verilog HDL libraries
55
The ____ is a powerful feature that allows the user to write custom C code to interact with the internal data structures of Verilog
Programming Language Interface (PLI)
56
The most popular trend currently is ____ | Trends in HDLs
to design in HDL at an RTL level
57
____ applies formal mathematical techniques to verify the correctness of Verilog HDL descriptions and to establish equivalency between RTL and gate-level netlists. Assertion checkers allows checking to be embedded in the RTL code. | Trends in HDLs
Formal verification techniques and assertion checkers
58
For very high speed and timing-critical circuits like microprocessors, the gate-level netlist provided by logic synthesis tools is ____. In such cases, designers often ____ to achieve optimum results | Trends in HDLs
not optimal; mix gate-level description directly into the RTL description
59
A trend that is emerging for system-level design is a ____ where the designers use either existing Verilog HDL modules, basic building blocks, or vendor-supplied core blocks to quickly bring up their system simulation | Trends in HDLs
mixed bottom-up methodology