Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions ipyxact/ipxact_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,29 @@
library: str
name: str
version: str
design:
MEMBERS:
description: str
vendor: str
library: str
name: str
version: str
CHILD:
- componentInstances
- interconnections
- hierConnections
hierConnections:
CHILDREN:
- hierConnection
interface:
ATTRIBS:
componentRef: str
busRef: str
hierConnection:
ATTRIBS:
interfaceRef: str
CHILD:
- interface
component:
MEMBERS:
description: str
Expand All @@ -68,10 +91,36 @@
- memoryMaps
- model
- parameters
componentRef:
ATTRIBS:
vendor: str
library: str
name: str
version: str
componentInstances:
CHILDREN:
- componentInstance
componentInstance:
MEMBERS:
instanceName: str
CHILD:
- componentRef
componentInstantiation:
MEMBERS:
name: str
moduleName: str
interconnections:
CHILDREN:
- interconnection
activeInterface:
ATTRIBS:
componentRef: str
busRef: str
interconnection:
MEMBERS:
name: str
CHILDREN:
- activeInterface
constraintSet:
ATTRIBS:
constraintSetId: str
Expand Down