Closed veripoolbot closed 1 month ago
Original Redmine Comment Author Name: Wilson Snyder (@wsnyder) Original Date: 2012-03-10T00:37:51Z
Tried to fix quickly but hit annoying issues; genvars may remain as attributes and may be assigned as variables so can't simply check for the AstVarRef disappearing; instead would need to check underneath all possible assignments. Added failing test case to git as t_genvar_misuse_bad.v
Original Redmine Comment Author Name: Alex Solomatnikov Original Date: 2012-03-10T07:09:47Z
Certainly a low priority issue. It's just annoying - erroneous Verilog causes C++ errors.
Author Name: Alex Solomatnikov Original Redmine Issue: 408 from https://www.veripool.org Original Date: 2011-10-28
Verilog test case:
Verilator runs without errors:
Generated code does not compile:
VCS prints error message.