mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-18 09:12:18 +00:00
verilog: demote some parser errors to warnings again
This commit is contained in:
parent
fb024c4d55
commit
910ff3ff36
3 changed files with 24 additions and 7 deletions
|
@ -11,6 +11,7 @@ namespace VERILOG_FRONTEND
|
|||
{
|
||||
[[noreturn]]
|
||||
void err_at_loc(Location loc, char const *fmt, ...);
|
||||
void warn_at_loc(Location loc, char const *fmt, ...);
|
||||
};
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue