Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | verilog: error on macro invocations with missing argument lists | Zachary Snow | 2021-02-19 | 1 | -0/+5 |
This would previously complain about an undefined internal macro if the unapplied macro had not already been used. If it had, it would incorrectly use the arguments from the previous invocation. |