Jump to content

Accessing Parameters in Perl Preproc


Armond

Recommended Posts

  • 3 weeks later...

No there is not. By definition, the Perl preprocessor is a text-transformation step that happens before RDL lexing and parsing, so parameters are not accessible to it. Parameters are elaborated at the last step after compilation during elaboration - well after the preprocessor.

For the same reason in Verilog - parameter values are not accessible to verlog define directives and macros.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...