Skip to content

A repository containing the source codes for the Digital Design and Computer Organization Laboratory course (UE18CS2) at PES University.

Notifications You must be signed in to change notification settings

aditeyabaral/DDCO-Lab-UE18CS207

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDCO-Lab-UE18CS207

A repository containing the source codes for the Digital Design and Computer Organization Laboratory course (UE18CS2) at PES University.

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>

Finally, view the waveform using:

gtkwave <image name>.vcd

About

A repository containing the source codes for the Digital Design and Computer Organization Laboratory course (UE18CS2) at PES University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published