-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
I have encountered three situations that symbolator generates an unexpected symbol.
- Instantiation of a module whose name contains input, such as input_buffer. Symbolator will render this as a port "_buffer".
- Comments in a Verilog module's parameter declaration part “#()”. Symbolator will also render this as an unexpected parameter port.
- Special name in parameter. For example, a parameter named clock_ratio. Symbolator will add a triangle symbol for it.
Metadata
Metadata
Assignees
Labels
No labels