Skip to content

Latest commit

 

History

History

Project 1 – Introduction to Xilinx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 1 - Introduction to Xilinx

Objective

The main goal of this lab was to: create a Verilog module, create a test fixtures, analyze the waveform of a schematic, and write the equivalent operation of the schematic in source code. Through this process, the team obtained a deeper understanding of how logic gates and boolean logic interact with Verilog code.

Waveforms

Simulation results from the Verilog representation of this Half-Adder:

Project 1 Waveform

Source Files

  • Half-Adder Module - half_adder.v
  • Half-Adder Test Bench - half_adder_test.v