6. Reg data type in verilog is a a) data storage element (holds a value-acts as a "variable") b) Can't store data c) It'

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

6. Reg data type in verilog is a a) data storage element (holds a value-acts as a "variable") b) Can't store data c) It'

Post by answerhappygod »

6 Reg Data Type In Verilog Is A A Data Storage Element Holds A Value Acts As A Variable B Can T Store Data C It 1
6 Reg Data Type In Verilog Is A A Data Storage Element Holds A Value Acts As A Variable B Can T Store Data C It 1 (20.09 KiB) Viewed 25 times
thank you.
6. Reg data type in verilog is a a) data storage element (holds a value-acts as a "variable") b) Can't store data c) It's a volatile d) None of the above 7. module dff (input d, input clk, output reg q, qbar); Please draw the entity diagram of the above 8. module basic_gatel (a, b, y); input a, b, output y assign y=a & b endmodule Above program is for what kind of gate? module basic_gate2 (a, b, y); input a, b; output y assign y=-(ab); endmodule Above program is for what kind of gate? 10. module basicgate 3 (a, b, y); input a, b, output y assign y = a^b; endmodule Above program is for what kind of gate?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply