Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: align instance brackets #7

Open
kdurant opened this issue Apr 16, 2019 · 0 comments
Open

Feature: align instance brackets #7

kdurant opened this issue Apr 16, 2019 · 0 comments

Comments

@kdurant
Copy link

kdurant commented Apr 16, 2019

Could add this feature?

pos_buffer pos_bufferEx01
(
    .fifo_rdreq            (    fifo_rdreq          ),
    .fifo_rddata             (    fifo_rddata           ),
    .fifo_usedw      (    fifo_usedw           )
);

To

pos_buffer pos_bufferEx01
(
    .fifo_rdreq              (    fifo_rdreq              ),
    .fifo_rddata             (    fifo_rddata             ),
    .fifo_usedw              (    fifo_usedw              )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant