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
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
When doing quick tests, to save time, a stripped down address table is often used that is different from the generated FW. In this case, doing something a la:
will result in looping over, e.g., nOH=12 > generate_size="2" nodes.
This will result in errors on read.
A mechanism that could extract the minimum of either the FW or the XML file would be useful to mitigate such issues.
Types of issue
Feasibility investigation
Expected Behavior
If I modify the xml file to change the generate_size from 12 to 2 for quick testing, I would like to avoid having tools throw errors on missing addresses
Possible Solution
For discussion..., but encoding the nOH in an easily extractable parameter in the address table seems simplest.