You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IEEE Std 1364-2005:
7. Gate- and switch-level modeling
7.1 Gate and switch declaration syntax
7.1.5 The range specification
An array of instances shall have a continuous range. One instance identifier shall be
associated with only one range to declare an array of instances.
The range specification shall be optional. If no range specification is given, a single
instance shall be created.
The module body specified in reproduction steps was taken directly from the standard (page 78). It should be parsed just fine.
Actual Behavior
/----------------------------------------------------------------------------\
| yosys -- Yosys Open SYnthesis Suite || Copyright (C) 2012 - 2024 Claire Xenia Wolf <[email protected]>|| Distributed under an ISC-like license, type"license" to see terms |\----------------------------------------------------------------------------/
Yosys 0.44 (git sha1 80ba43d26, clang++-18 18.1.8 -fPIC -O3)
yosys> read_verilog module.v
1. Executing Verilog-2005 frontend: module.v
Parsing Verilog input from `module.v' to AST representation.Generating RTLIL representation for module `\test'.ERROR: Assert `new_cell->children.at(0)->type == AST_CELLTYPE' failed in frontends/ast/simplify.cc:2686.
The text was updated successfully, but these errors were encountered:
Version
Yosys 0.44 (git sha1 80ba43d, clang++-18 18.1.8 -fPIC -O3)
On which OS did this happen?
Linux
Reproduction Steps
Expected Behavior
The module body specified in reproduction steps was taken directly from the standard (page 78). It should be parsed just fine.
Actual Behavior
The text was updated successfully, but these errors were encountered: