nbalanced pre process directive" Error
Status: Beta
Brought to you by:
mballance
Hi,
I am getting "unbalanced pre process directive" Error in one file and SVEDITOR stop indexing and building next file.
I actually complile whole project using Questa Tool and it does compile, I dont know why I am seeing error.
How to debug this? :( can you help
I suspect you have an ifdef that starts in one file and ends in another.
While some tools might support it, its not good practice. The industry is
moving to deprecate the practice.
On Mar 21, 2016 9:37 AM, "Vinay Jain" vjain419@users.sf.net wrote:
Related
Bugs: #419
Thanks Erik, but that wasnt not an issue :) I found the issue,seems like SVE breaks in below case
the commented like inside `uvm_error if I remove that, "unbalanced pre process directive" Error goes away.
Looks like this is related to 318.
Does the issue go away if you add a new line after the `endif at the end of your file?