Question: Lab Description: Create a truth table who's outputs follow the given inequalities. Then create a Verilog module named Inequality which generates the output. Input Signals:

Lab Description: Create a truth table who's outputs follow the given inequalities. Then create a Verilog module named "Inequality" which generates the output.
Input Signals: NUM -4 bits
Output Signals: OUT -3 bits
Out[0]=3<= NUM <=10
Out[1]=7< NUM <=14
Out[2]= NUM[1]== NUM[2]
**(Out[0]=1 when NUM is greater than or equal to 3, and less than or equal to 10. Out[1]=1 etc...)**

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!