Forum Discussion
Altera_Forum
Honored Contributor
13 years agorelative path in a do file
hello i am a beginner in modelsim i want to use relative path in do file but it doesn't work my os is windows xp my relative path is : vcom -work Work_Project ../../SRC/A_Interface.vhd ...
Altera_Forum
Honored Contributor
13 years agowhen checked the Modelsim reference manual,
i found the following commands for the question i posted config list -strobeperiod {100 ns} -strobestart {0 ns} -usestrobe 1 add list -notrigger clk -window mylist a b c d write list mylist.save; I will check if this can solve my issue ,Thanks