mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
read_rtlil: warn on assigns after switches in case rules
This commit is contained in:
parent
4b3c03dabc
commit
4a057b3c44
3 changed files with 16 additions and 0 deletions
|
@ -42,6 +42,7 @@ YOSYS_NAMESPACE_END
|
|||
extern int rtlil_frontend_yydebug;
|
||||
int rtlil_frontend_yylex(void);
|
||||
void rtlil_frontend_yyerror(char const *s);
|
||||
void rtlil_frontend_yywarning(char const *s);
|
||||
void rtlil_frontend_yyrestart(FILE *f);
|
||||
int rtlil_frontend_yyparse(void);
|
||||
int rtlil_frontend_yylex_destroy(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue