Altera_Forum
Honored Contributor
13 years agotest file
I can't test my project anymore. I always receive the message "Cannot open macro file: project.do", when I load the file in the wave mode. The file I'm trying to use is very simple:
add wave clk
add wave reset
add wave rd_wr
add wave em
add wave address
add wave data
force clk 0 0,1 5 -repeat 10
force reset 0 0,1 10,0 20
force data ZZZZZZZZ 0,00000010 110,ZZZZZZZZ 120
I would like to know if the format was changed in the new version or if the problem is anywhere else.