Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 : given the following code; always @ ( posedge clk of negedge nrst ) if ( ! nrst ) a = 0 ; else

2: given the following code;
always @(posedge clk of negedge nrst)
if (!nrst ) a =0;
else if (b) a <=0;
else a = c ;
select all which are true:
A This is not synthesizable
B This is not good practice but is synthesizable
C The code is fine and is synthesizable
D The code needs to include a default value for a

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Understand how customers respond to effective service recovery.

Answered: 1 week ago