--- Quote Start ---
Hi,
By looking at the message, it seems like there is syntax issue with the Waveform.vwf.vt file. If you look into the line 31 of the file, do you observe any anomaly? Probably some bracket not closed properly.
--- Quote End ---
I went back and actually "looked" for the Waveform.vwf.vt using the find command in the terminal.
find / -type f -name "*.vt"
This gave me the location of all files ending with the .vt extension...
found the one I needed and opened it up in the editor and went to line 31.
Turns out that the compiler didn't like that I was using a dash in naming my inputs on the diagram.
I renamed the inputs without the dashes and compiled again, everything works fine now.
thanks