3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-07 06:33:24 +00:00

Merge pull request #4976 from Logikable/main

Support array ranges for identifiers in the Liberty parser.
This commit is contained in:
Emil J 2025-04-09 22:49:52 +02:00 committed by GitHub
commit a5e8f52ce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 156 additions and 144 deletions

View file

@ -163,6 +163,8 @@ namespace Yosys
*/
int lexer(std::string &str);
void report_unexpected_token(int tok);
void parse_vector_range(int tok);
LibertyAst *parse();
void error() const;
void error(const std::string &str) const;