[SOLVED] COMP4300 Lab 1

35.00 $

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

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

zip file icon lab1-cadbdn.zip (47.7 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
πŸ”’ Securely Powered by:
Secure Checkout
5/5 - (1 vote)

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
  • ——————+————— β€’00|0 β€’01|1 β€’10|1 β€’11|0

    Use exactly the names given above for the signals. All your signals should be of type bit (NOT integer).

  • lab1-cadbdn.zip