You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include "blabla.stil"; # in this file is an error...
......
// # line 67 from your main file
// power on # line 68
//
than you get the error message:
ERROR: In the line number 68, column 3 [68,3]: # but this is the line number from your main-file
// power on
↑
Expected Signal block before any Timing block # the error message itself is correct, it comes from an error in the include file
The text was updated successfully, but these errors were encountered:
for example, your Main file:
STIL 1.0;
Include "blabla.stil"; # in this file is an error...
......
// # line 67 from your main file
// power on # line 68
//
than you get the error message:
ERROR: In the line number 68, column 3 [68,3]: # but this is the line number from your main-file
// power on
↑
Expected Signal block before any Timing block # the error message itself is correct, it comes from an error in the include file
The text was updated successfully, but these errors were encountered: