Forum Discussion
Altera_Forum
Honored Contributor
8 years agoQuartus accepts `endif within quoted String "`endif // foo" as endif ?
I am using Quartus Prime Lite 17.0.0 and it accepts the following file:
module ParserErrorV01( input wire D0, output wire LED1 ) ;
reg s ;
assign LED1=D0 ;
`ifdef POSEDGE
s = "`endi...
Altera_Forum
Honored Contributor
8 years agoHi dave_59,
It's not that I would like this behaviour but that I consider it an error. The parser seems to get confused by an accent grave within quoted strings. Could you perhaps verify the behaviour? Ossi