Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Incremental compile in modelsim

Status
Not open for further replies.

kib

Advanced Member level 4
Joined
Mar 27, 2003
Messages
111
Helped
10
Reputation
22
Reaction score
2
Trophy points
1,298
Location
Bangalore, India
Activity points
611
modelsim incremental comile

Hi all,
How to do incremental compile in modelsim?
I use a do file for simulation.
for example if my do file looks something like this

vlog testbench.v
vlog topmodule.v
vlog module1.v
vlog module2.v
vlog module3.v
vlog module4.v
vlog module5.v
vlog module6.v
vsim work.testbench
add wave -r /*
run -all

how do i change the above do file for incremental compile
thanks
-kib
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top