Armond Posted February 2 Report Share Posted February 2 Is there a mechanism in the RDL perl preprocessor to access parameters passed to the Python RDLCompiler.elaborate() function? Quote Link to comment Share on other sites More sharing options...
Alex Mykyta Posted February 20 Report Share Posted February 20 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.