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
Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2018-02-02T00:30:47Z
I agree this isn't what's expected. Please note the indent code is mostly fixed by contributions, so there may be a long wait for a fix unless you can contribute a parch.
Everything indents and aligns correctly except for package imports between module identifier and parameter list. Even though this seems supported by simulators (tested in Xcelium 19.09) I do not think it would be worth the effort looking into it since package importing in the unit space and after ports list already indents correctly.
You could import your packages either in the unit space or after module ports:
Author Name: Enzo Chi
Original Redmine Issue: 1272 from https://www.veripool.org
I am using verilog-mode from commit "c579c46" and set "verilog-auto-lineup" to "all"
Example code:
Here is the expected code:
The text was updated successfully, but these errors were encountered: