Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThank you for reply.
If i understand correctly, we cannot rely on the total number of lines in the source code to check the executable line of our design. The reason is because it maybe possible to have more than one executable line in single line of source code. For example, "clk,reset:in std_logic;" contains 2 executable lines eventhough it is written in a single line. Also, how it ignores the comment & empty lines if we look at the total number of lines in source codes? Do Moldesim ase provide the feature to check the executable line? I need this information because I worry my design will over 10,000 executable line in case i want to add more logic for my design in future. Thanks for help.