3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-30 13:19:05 +00:00

verilog_location: rename location to Location to avoid conflict with Pass::location

This commit is contained in:
Emil J. Tywoniak 2025-08-08 16:22:54 +02:00
parent 5195f81257
commit 99ab73424d
8 changed files with 28 additions and 32 deletions

View file

@ -164,7 +164,7 @@ namespace AST
AST_BIND
};
using AstSrcLocType = location;
using AstSrcLocType = Location;
// convert an node type to a string (e.g. for debug output)
std::string type2str(AstNodeType type);