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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…