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

Question: Formulas for '@' -> how to apply? #1107

Closed
veripoolbot opened this issue Nov 13, 2016 · 1 comment
Closed

Question: Formulas for '@' -> how to apply? #1107

veripoolbot opened this issue Nov 13, 2016 · 1 comment
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: John John John
Original Redmine Message: 2057 from https://www.veripool.org


Hi All,

I'd like to create the following ports assignment using the Emacs AUTO's:

spi i0_spi(
    .ch0 (dds_ch0),
    .ch1 (dds_ch1));

spi i1_spi(
    .ch0 (dds_ch2),
    .ch1 (dds_ch3));

spi i2_spi(
    .ch0 (dds_ch3),
    .ch1 (dds_ch4));

How can I do so? It seems I need to apply a math operations on '@' (something like @+1, @+2, etc...). How can I use formulas for '@'?

Thank you!

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-11-14T17:24:41Z


The AUTOINST documentation has an example with math with @, see:

http://www.veripool.org/projects/verilog-mode/wiki/Verilog-mode-Help#verilog-auto-inst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant