Lab 1: Say my Student Number
Revision as of 16:02, 10 February 2025 by Lawrence Quizon (talk | contribs)
Instructions
In this lab exercise, you will create a logic circuit that detects the last 5 digits of your student number, as follows:
- Create a 4-bit input pin with a radix of unsigned decimal.
- Create a 1-bit output pin.
- Save your work as LASTNAME_STUDENTNUMBER.circ
- Submit in the UVLe submission bin.
Notes
- You must use input and output pins for checking purposes.
- As in the example, you can use a splitter to split the 4-bit input into individual bits labelled 3,2,1, and 0. This is in the order from the most significant bit (MSB) to the least significant bit (LSB).
- To change the input in the input pin (for testing), you can use the hand tool. Click the hand tool and then click the input pin to have an input dialog box pop up.