mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 17:47:44 +00:00
Merge f352205635
into f8107ab7fc
This commit is contained in:
commit
93f7ff820a
1 changed files with 2 additions and 0 deletions
|
@ -71,7 +71,9 @@ namespace VERILOG_FRONTEND {
|
|||
|
||||
"`file_pop"[^\n]*\n {
|
||||
current_filename = fn_stack.back();
|
||||
fn_stack.pop_back();
|
||||
frontend_verilog_yyset_lineno(ln_stack.back());
|
||||
ln_stack.pop_back();
|
||||
}
|
||||
|
||||
"`file_notfound "[^\n]* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue