Jerome Hugues
Jerome Hugues
AADL renamed properties Source_*_Size to *_Size from memory_properties.aadl This patch tracks the required code update
Ocarina backend code has multiple occurrences of duplicated code, e.g. when iterating on subcomponents, features, etc. that should be removed
We need a flag to disable loading default property sets, allowing users to pass other property sets
Proliferation of AADL property sets makes it painful to write manually accessors to get the value of some properties. This ticket is to track effort in implementing a backend that...
Source_Name => “bcmgr”; Source_Name => “BCMgr”; Source_Name => “BCMGR”; are all generated by ocarina as “bcmgr” and if my code is anything but “bcmgr” I get a undefined symbol from...