Operating System Design :: Projects :: Elementary Logic Gates
Problem
The files for this project are in the projects directory under 01 when you downloaded the Hardware Simulator software. You should make sure you complete Tutorials I, II, and III from the Hardware Simulator Tutorial before attempting this project. All of the chips you build below need to be based off each other or the Nand chip. You should design the following chips:
- Not gate
- And gate
- Or gate
- Xor gate
- Mux gate
- DMux gate
- 16-bit Not
- 16-bit And
- 16-bit Or
- 16-bit multiplexor
- Or(in0,in1,...,in7)
- 16-bit/4-way mux
- 16-bit/8-way mux
- 4-way demultiplexor
- 8-way demultiplexor
Instructions
- Modify the .hdl file for each chip to the specifications you want.
- Run the .tst script to test your chip design.
- If the output of your chip matches the output in the .cmp file the Hardware Simulator will let you know.
- Turn in your complete .hdl files to Google Drive when you're done.