[SOLVED] COMP4300 Lab 1

39.99 $

Category: Tags: , ,
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Lab_1-d1c3lq.zip (189.1 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
πŸ”’ Securely Powered by:
Secure Checkout
5/5 - (2 votes)

Objective
This lab is aimed at getting you familiar with using the ModelSim simulator. The circuits you will be simulating should be familiar to you from your digital logic course.
Instructions
Write a VHDL program consisting of a single entity whose architecture is a single process that implements an XOR gate. That is, a circuit which behaves as specified in the following truth table. You should implement your architecture as a single process.

β€’ inputs |outputs
β€’ ——————+—————
β€’ a_in b_in | result
β€’ ——————+————— β€’ 0 0 | 0
β€’ 0 1 | 1
β€’ 1 0 | 1
β€’ 1 1 | 0

Use exactly the names given above for the signals. All your signals should be of type bit (NOT integer).
Deliverables
Please turn in the following things for this lab, as a single zip file:
o The file with your VHDL code. o A screen shot of your exhaustive simulation. o A screen shot of a successful compilation of your code.

  • Lab_1-d1c3lq.zip