The object structure generator prototype#354
The object structure generator prototype#354AleksandrDanilovIntel wants to merge 2 commits intointel:mainfrom
Conversation
jhbaarnh
left a comment
There was a problem hiding this comment.
You could tag this with the JIRAs SIMICS-22377 and/or SIMICS-22497
I think it is a good idea, not sure which data we need to store though.
We can create a well known list of parameters and give a user list as an option. |
|
I see how this information can be useful but it is quite a gap from generating this file to having it accessible to a user or component/blueprint designer from cli. |
The next step is to generate module_load.py files and add extra info commands each registered class. |
|
I moved all parameter names into a config file. Now it's much more flexible. |
Generates the internal object structure (objects, configuration attributes, input and output interfaces) in JSON format for later use in CLI commands and Blueprints.
attaching the output format
test-cmn-700-dml.json
It's easy to extend the number of JSON parameters by adding an optional object parameter in DML code.