You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably also a good way to document the more complex operations 😅. I personally have difficulty using the "API" as it's mostly implicitly implementation-defined. Would be awesome to specify it in a structured way, and pick tests according to that.
I personally have difficulty using the "API" as it's mostly implicitly implementation-defined. Would be awesome to specify it in a structured way, and pick tests according to that.
Yes, if somebody who has experience with this tool does it it would be awesome.
Maybe here we can define a general structure for each of the patch commands.
For example something like this could be created for each patch command:
include
_include let you specify other yaml file that will be merged with this one. _include can be only specified at the root of the yaml file or at the peripheral level.
I am trying to solve #9 and I noticed that the
patch
command has no tests.If you want to help me you can provide here some test cases 😀
You should provide: test description, input svd and yaml.
You don't have to provide also the patched svd (the output), since I can obtain it by launching the python script.
Example
Test description
Modify register field.
svd
yaml
The text was updated successfully, but these errors were encountered: