mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 11:43:38 +00:00
This is a somewhat obscure edge case I encountered while working on test cases for earlier changes. Declarations in generate blocks should not be checked against the list of ports. This change also adds a check forbidding declarations within generate blocks being tagged as inputs or outputs. |
||
---|---|---|
.. | ||
.gitignore | ||
const2ast.cc | ||
Makefile.inc | ||
preproc.cc | ||
preproc.h | ||
verilog_frontend.cc | ||
verilog_frontend.h | ||
verilog_lexer.l | ||
verilog_parser.y |