Which of the following is true for the above 2 verilog codes? I. Gate design level is used in the code. II. 2x1 Multiplexer is designed in the code. II. All nets in the codes must be defined in the "testbench" section.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Question 2
timescale lns / Ips
module mux (1nput 10, Il, slct, output out):
vire slct_n:
vire out 1:
vire out 2:
not (slet_n, slet):
and (out 1, 10, sict_n):
and (out_2, I1, slct):
or (out, out_1, out 2):
endmodule
timescale ins/ ips
module testbench ():
reg 10, Il, slet:
vire out:
integer i:
mux dt (.10 (10), 1 (11), .lct (slet), .out (out) ):
initial begin
10-0: Il-0: slct-0:
Cmonstor ("siet-tob 10-sob 11-sob out-tob", slet, 10, I1, out):
for (1-0: icB: 1-1+1) begin
(alet, 10, I1)-1: #10:
end
end
initial
endmodule
Which of the following is true for the above
2 verilog codes?
1. Gate design level is used in the
code.
II. 2x1 Multiplexer is designed in
the code.
III. All nets in the codes must be
defined in the "testbench"
section.
Transcribed Image Text:Question 2 timescale lns / Ips module mux (1nput 10, Il, slct, output out): vire slct_n: vire out 1: vire out 2: not (slet_n, slet): and (out 1, 10, sict_n): and (out_2, I1, slct): or (out, out_1, out 2): endmodule timescale ins/ ips module testbench (): reg 10, Il, slet: vire out: integer i: mux dt (.10 (10), 1 (11), .lct (slet), .out (out) ): initial begin 10-0: Il-0: slct-0: Cmonstor ("siet-tob 10-sob 11-sob out-tob", slet, 10, I1, out): for (1-0: icB: 1-1+1) begin (alet, 10, I1)-1: #10: end end initial endmodule Which of the following is true for the above 2 verilog codes? 1. Gate design level is used in the code. II. 2x1 Multiplexer is designed in the code. III. All nets in the codes must be defined in the "testbench" section.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education