Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to check the executable line in Modelsim Altera Starter Edition
Hello, I noticed that the Modelsim ase has 10,000 executable line limitation. How to know the executable line in my design so that it will not exceed 10,000 line executable line?
Altera_Forum
Honored Contributor
15 years agoHi vjAlter
I found easy way: It's called CLOC (count lines of code). The Application is available at sourceforge. It's a nice tool that analyzes directories, single files or zipped files. It recognizes the code languages by reading the file endings. Firstly, it searches after code-files. Then, it counts the lines while it differentiates between comment lines, blank lines and code lines. The only feature you don't have, is a "live-check". I also need to know, what the meaning of "executable line" is. Can you please forward me the link to the mentioned Altera document?