Skip to content

Commit 139f5c6

Browse files
author
Warren S
authored
Update README.md
1 parent 9183bc2 commit 139f5c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22

33
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nextseto/Verilog-Projects/master/LICENSE)
44

5-
This is a repository that contains the source code for past labs and projects involving FPGA and Verilog based designs.
5+
This repository contains source code for past labs and projects involving FPGA and Verilog based designs.
66

77
## To Run & Test
88

9-
There are two ways to run and simulate the projects below. Either use the **Xilinx Vivado** or an online tool called **EDA Playground**.
9+
There are two ways to run and simulate the projects in this repository. Either use **Xilinx Vivado** or an online tool called **EDA Playground**.
1010

1111
##### Option 1. Xilinx Vivado
1212

13-
- Run the Xilinx Vivado Suite with the module and testbench files for each project. More instructions can be found [here](https://www.xilinx.com/support/university/students.html#overview).
13+
- Run the Xilinx Vivado Suite with the module and testbench files within each project. More instructions can be found [here](https://www.xilinx.com/support/university/students.html#overview).
1414

1515
##### Option 2. [EDA Playground](http://www.edaplayground.com/home)
16+
1617
- Login with a Google or Facebook account to save and run modules and testbenches
1718
- Testbench + Design: SystemVerilog/Verilog
1819
- Tools & Simulators: Icarus Verilog 0.9.7
1920

2021
## Projects
2122

22-
- [Half Adder](/Project%201%20–%20Introduction%20to%20Xilinx): This half adder adds two 1-bit binary numbers and outputs the sum of input and its carry.
23+
- [Half Adder](/Project%201%20–%20Introduction%20to%20Xilinx): This half adder adds two 1-bit binary numbers and outputs the sum of the input and its corresponding carry.
2324

2425
- [Full Adder](/Project%202%20–%20Combinational%20Logic/full_adder): This full adder takes 3-bits for the input (A, B and carry in) and outputs a 2-bit Sum and its corresponding Carry Out. The Sum will be the lowest value output and the Carry Out is the highest value output as well as where other full adders could be joined together.
2526

0 commit comments

Comments
 (0)