41
VCS © Seer Akademi Pvt. Ltd., 2011

VCS Commands Tutorial

Embed Size (px)

Citation preview

Page 1: VCS Commands Tutorial

VCS

© Seer Akademi Pvt. Ltd., 2011

Page 2: VCS Commands Tutorial

Verilog Design Code

© Seer Akademi Pvt. Ltd., 2011

Page 3: VCS Commands Tutorial

Verilog Test bench

© Seer Akademi Pvt. Ltd., 2011

Page 4: VCS Commands Tutorial

File Directory

© Seer Akademi Pvt. Ltd., 2011

Page 5: VCS Commands Tutorial

Analyzing the file

vlogan decoder.v tb.v

© Seer Akademi Pvt. Ltd., 2011

Page 6: VCS Commands Tutorial

File Directory after analyze

© Seer Akademi Pvt. Ltd., 2011

Page 7: VCS Commands Tutorial

Elaborating the designvcs –debug_all decoder_2to4 Test_decoder_2to4

© Seer Akademi Pvt. Ltd., 2011

Page 8: VCS Commands Tutorial

File Directory after elaborate

© Seer Akademi Pvt. Ltd., 2011

Page 9: VCS Commands Tutorial

Simulating in batch mode

./simv

© Seer Akademi Pvt. Ltd., 2011

Page 10: VCS Commands Tutorial

File Directory after simulation

© Seer Akademi Pvt. Ltd., 2011

Page 11: VCS Commands Tutorial

Generation of Log File

File Directory structure

vcs –debug_all decoder_2to4 Test_decoder_2to4 -l logfile.log

© Seer Akademi Pvt. Ltd., 2011

Page 12: VCS Commands Tutorial

Suppressing the copyright

vcs –nc decoder_2to4 Test_decoder_2to4

© Seer Akademi Pvt. Ltd., 2011

Page 13: VCS Commands Tutorial

Elaborating in quit mode

vcs –q decoder_2to4 Test_decoder_2to4

© Seer Akademi Pvt. Ltd., 2011

Page 14: VCS Commands Tutorial

Elaborating in Verbose modevcs –v decoder_2to4 Test_decoder_2to4

© Seer Akademi Pvt. Ltd., 2011

Page 15: VCS Commands Tutorial

Compile and simulate in a single command

vcs –R decoder_2to4 Test_decoder_2to4

© Seer Akademi Pvt. Ltd., 2011

Page 16: VCS Commands Tutorial

Generating a VCD File

• Add

• $dumpfile(“File.vcd”);

• $dumpvars ;

• system task in the test bench

vlogan decoder.v tb.v

vcs –debug_all decoder_2to4 Test_decoder_2to4

./simv

© Seer Akademi Pvt. Ltd., 2011

Page 17: VCS Commands Tutorial

© Seer Akademi Pvt. Ltd., 2011

Page 18: VCS Commands Tutorial

File Directory Structure

© Seer Akademi Pvt. Ltd., 2011

Page 19: VCS Commands Tutorial

Open the DVE

© Seer Akademi Pvt. Ltd., 2011

Page 20: VCS Commands Tutorial

DVE Window

© Seer Akademi Pvt. Ltd., 2011

Page 21: VCS Commands Tutorial

Opening the vcd file

© Seer Akademi Pvt. Ltd., 2011

Page 22: VCS Commands Tutorial

Dve when loaded

© Seer Akademi Pvt. Ltd., 2011

Page 23: VCS Commands Tutorial

Viewing the waveforms

© Seer Akademi Pvt. Ltd., 2011

Page 24: VCS Commands Tutorial

waveforms

© Seer Akademi Pvt. Ltd., 2011

Page 25: VCS Commands Tutorial

Interactive mode

vlogan decoder.v tb.v

vcs –debug_all decoder_2to4 Test_decoder_2to4

./simv -gui

© Seer Akademi Pvt. Ltd., 2011

Page 26: VCS Commands Tutorial

dve

© Seer Akademi Pvt. Ltd., 2011

Page 27: VCS Commands Tutorial

Simulation time insertion

© Seer Akademi Pvt. Ltd., 2011

Page 28: VCS Commands Tutorial

Adding to waves

© Seer Akademi Pvt. Ltd., 2011

Page 29: VCS Commands Tutorial

See schematic in dve

© Seer Akademi Pvt. Ltd., 2011

Page 30: VCS Commands Tutorial

schematic

© Seer Akademi Pvt. Ltd., 2011

Page 31: VCS Commands Tutorial

See path schematic

© Seer Akademi Pvt. Ltd., 2011

Page 32: VCS Commands Tutorial

Path schematic

© Seer Akademi Pvt. Ltd., 2011

Page 33: VCS Commands Tutorial

Generation of VPD file

• Add

• $vcdplusfile(“hahaFile.vpd”);

• $vcdpluson;

• system task in the test bench

vlogan decoder.v tb.v

vcs –debug_pp decoder_2to4 Test_decoder_2to4

./simv

dve&

Load the vpd file

© Seer Akademi Pvt. Ltd., 2011

Page 34: VCS Commands Tutorial

© Seer Akademi Pvt. Ltd., 2011

Page 35: VCS Commands Tutorial

© Seer Akademi Pvt. Ltd., 2011

Page 36: VCS Commands Tutorial

Steps to generate coverage reportsvlogan decoder.v tb.vvcs –debug_all decoder_2to4 Test_decoder_2to4 -Mupdate -cm line+tgl+fsm+cond+branch./simv -cm line+tgl+fsm+cond+branchdve -cov

© Seer Akademi Pvt. Ltd., 2011

Page 37: VCS Commands Tutorial

Coverage reports

© Seer Akademi Pvt. Ltd., 2011

Page 38: VCS Commands Tutorial

Coverage reports

© Seer Akademi Pvt. Ltd., 2011

Page 39: VCS Commands Tutorial

Coverage reports

© Seer Akademi Pvt. Ltd., 2011

Page 40: VCS Commands Tutorial

Coverage reports

© Seer Akademi Pvt. Ltd., 2011

Page 41: VCS Commands Tutorial

THANK YOU

© Seer Akademi Pvt. Ltd., 2011