mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 15:43:25 +00:00
Enable {* .. *} feature per default (removes dependency to REJECT feature in flex)
This commit is contained in:
parent
18d003254c
commit
e4429c480e
5 changed files with 3 additions and 24 deletions
|
@ -206,8 +206,6 @@ struct VerilogFrontend : public Frontend {
|
|||
fp = fmemopen((void*)code_after_preproc.c_str(), code_after_preproc.size(), "r");
|
||||
}
|
||||
|
||||
lexer_feature_defattr = false;
|
||||
|
||||
frontend_verilog_yyset_lineno(1);
|
||||
frontend_verilog_yyrestart(fp);
|
||||
frontend_verilog_yyparse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue