what do conditional assignments get inferred


What do conditional assignments get inferred into?

Conditionals  in  a  continuous  assignment  are  specified  through  the  "?:"  operator.  Conditionals  get inferred into a multiplexor. For instance, following is the code for a simple multiplexor

assign wire1 = (sel==1'b1)? a : b;

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what do conditional assignments get inferred
Reference No:- TGS0356129

Expected delivery within 24 Hours