mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-20 11:22:05 +00:00
read_verilog, ast: use unified locations in errors and simplify dependencies
This commit is contained in:
parent
41d9a1b88e
commit
56058b3ed4
7 changed files with 16 additions and 23 deletions
|
@ -7,6 +7,11 @@
|
|||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
#if ! defined(yyFlexLexerOnce)
|
||||
#define yyFlexLexer frontend_verilog_yyFlexLexer
|
||||
#include <FlexLexer.h>
|
||||
#endif
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
namespace VERILOG_FRONTEND {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue