Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


Flow for extended VCD file

First, compile and load the design:

% cd ~/modeltech/examples
% vlib work
% vlog counter.v tcounter.v
% vsim test_counter 

Next, with the design loaded, specify the VCD file name and items to add with the vcd dumpports command:

VSIM 1>vcd dumpports -file myvcdfile.vcd /test_counter/dut/*
VSIM 3>run
VSIM 4>quit -f 

There will now be an extended VCD file in the working directory.


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase