Question: write gate level structural verilog code for AND-OR-Inverter (AOI). the AOI can be expressed by the following statement- if ((A.B or C) ==1) F=0 else
write gate level structural verilog code for AND-OR-Inverter (AOI). the AOI can be expressed by the following statement-
if ((A.B or C) ==1) F=0
else F=1
you can use primitive gate AND, OR, INV; in the module definition inputs come first before output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
