-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathREADME
More file actions
21 lines (15 loc) · 1.11 KB
/
README
File metadata and controls
21 lines (15 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This repository contains examples and sample short projects that can be used to learn basic concepts of functional verification using SystemVerilog
You can browse the code freely. If you want to clone a local copy - you need to first install git and then do following on a git bash shell
(Refer http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1 for basic github tutorial)
1) git clone https://github.com/verificationexcellence/SystemVerilogReference
There are two main sub directories in this repository
1) examples
This directory contains several system verilog examples that you can refer through
2) project
This directory will eventually contain short projects that takes a smaller design and builds a complete verification testbench around the same.
For now - the only one project is a simple 2x2 port ethernet switch (dut and env)
For more specific details on how to run simulations - see the README files in examples/project sub-directories
Thanks
VerificationExcellence
Learn more www.verificationexcellence.in
Contact verif.excellence@gmail.com for questions