Skip to content

A Repo that contains the source code for Digital Design and Computer Organisation course.

Notifications You must be signed in to change notification settings

VishalS-HK/DDCO-Lab-UE21CS251A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

DDCO-Lab-UE21CS

This is a repository containing the source codes for the Digital Design and Computer Organization Laboratory course (UE21CS).

Compilation

Use the following commands to compile the files with the testbench and create the image ⬇️

iverilog -o <output image name> <filename>.v <testbench>.v
vvp <image name>

And finally, to view the waveform, use the following command ⬇️

gtkwave <image name>.vcd

Contributors 🫂

About

A Repo that contains the source code for Digital Design and Computer Organisation course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published